mirror of
https://github.com/reactos/reactos.git
synced 2024-11-23 03:23:34 +08:00
parent
e4ff6a52f0
commit
32db19f68f
15
.editorconfig
Normal file
15
.editorconfig
Normal file
@ -0,0 +1,15 @@
|
||||
# EditorConfig is awesome: https://EditorConfig.org
|
||||
|
||||
# top-most EditorConfig file
|
||||
root = true
|
||||
|
||||
[*]
|
||||
end_of_line = crlf
|
||||
insert_final_newline = true
|
||||
charset = utf-8
|
||||
indent_size = 4
|
||||
indent_style = space
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
[*.{json,yml,md}]
|
||||
indent_size = 2
|
Loading…
Reference in New Issue
Block a user