bgfx/.editorconfig

21 lines
317 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