18 lines
300 B
INI
18 lines
300 B
INI
# EditorConfig helps maintain consistent coding styles
|
|
# https://editorconfig.org
|
|
|
|
root = true
|
|
|
|
[*]
|
|
charset = utf-8-bom
|
|
end_of_line = crlf
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|
|
|
|
[*.{cpp,h,hpp}]
|
|
indent_style = tab
|
|
|
|
[*.{json,xml,yml,yaml,md}]
|
|
indent_style = space
|
|
indent_size = 2
|