mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-12-01 03:47:07 -05:00
Updated .editorconfig.
This commit is contained in:
parent
ec9ba5d15b
commit
c981ebdb8e
1 changed files with 16 additions and 13 deletions
|
@ -8,6 +8,9 @@ max_line_length = 100
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
|
|
||||||
|
[*.c99.h]
|
||||||
|
indent_style = space
|
||||||
|
|
||||||
[*.md]
|
[*.md]
|
||||||
trim_trailing_whitespace = false
|
trim_trailing_whitespace = false
|
||||||
max_line_length = 80
|
max_line_length = 80
|
||||||
|
|
Loading…
Reference in a new issue