mirror of https://github.com/bkaradzic/bgfx
Updated .editorconfig.
This commit is contained in:
parent
68aec9d611
commit
362e22c876
|
@ -1,9 +1,10 @@
|
|||
root = true
|
||||
|
||||
[*]
|
||||
indent_style = tab
|
||||
indent_size = 4
|
||||
end_of_line = lf
|
||||
charset = utf-8
|
||||
indent_style = tab
|
||||
indent_size = 4
|
||||
end_of_line = lf
|
||||
max_line_length = 100
|
||||
insert_final_newline = true
|
||||
trim_trailing_whitespace = true
|
||||
|
|
Loading…
Reference in New Issue