xref: /reactos/.editorconfig (revision deebc584)
1# EditorConfig is awesome: https://EditorConfig.org
2
3# top-most EditorConfig file
4root = true
5
6[*]
7insert_final_newline = true
8charset = utf-8
9indent_size = 4
10indent_style = space
11trim_trailing_whitespace = true
12
13[*.{json,yml,md}]
14indent_size = 2
15