editorconfig-core/.editorconfig

26 lines
360 B
INI
Raw Permalink Normal View History

2022-11-16 20:09:17 +08:00
root = true
[*]
charset = utf-8
end_of_line = LF
[*.[ch]]
indent_style = space
indent_size = 4
max_line_length = 80
[README.md]
max_line_length = 80
[CMakeLists.txt]
indent_style = space
indent_size = 4
max_line_length = 80
[*.sh]
indent_style = space
indent_size = 2
[*.yml]
indent_style = space
indent_size = 2
[*.ps1]
indent_style = space
indent_size = 4