bgfx/.editorconfig

25 lines
382 B
INI
Raw Normal View History

2015-11-05 22:06:23 -08:00
root = true
[*]
2019-07-18 07:35:15 -07:00
charset = utf-8
indent_style = tab
indent_size = 4
end_of_line = lf
2015-11-05 22:06:23 -08:00
max_line_length = 100
insert_final_newline = true
trim_trailing_whitespace = true
[include/bgfx/c99/*.h]
indent_style = space
[*.ninja]
indent_style = space
2015-11-05 22:06:23 -08:00
[*.md]
trim_trailing_whitespace = false
max_line_length = 80
2022-09-19 10:20:57 +05:30
[.github/workflows/*.yml]
indent_style = space
indent_size = 2