bgfx/.editorconfig

14 lines
228 B
INI
Raw Normal View History

2014-11-15 19:19:43 -05:00
root = true
2014-11-06 23:28:50 -05:00
[*]
indent_style = tab
indent_size = 4
2014-11-13 16:31:46 -05:00
end_of_line = lf
2014-11-06 23:28:50 -05:00
max_line_length = 100
2014-11-13 16:31:46 -05:00
insert_final_newline = true
2014-11-06 23:28:50 -05:00
trim_trailing_whitespace = true
2014-11-13 16:31:46 -05:00
[*.md]
trim_trailing_whitespace = false
2014-11-15 19:19:43 -05:00
max_line_length = 80