mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 04:11:30 +00:00
15 lines
247 B
INI
15 lines
247 B
INI
|
# EditorConfig is awesome: https://EditorConfig.org
|
||
|
|
||
|
# top-most EditorConfig file
|
||
|
root = true
|
||
|
|
||
|
[*]
|
||
|
insert_final_newline = true
|
||
|
charset = utf-8
|
||
|
indent_size = 4
|
||
|
indent_style = space
|
||
|
trim_trailing_whitespace = true
|
||
|
|
||
|
[*.{json,yml,md}]
|
||
|
indent_size = 2
|