editorconfig-core/tests/.editorconfig

12 lines
172 B
INI
Raw Normal View History

2022-11-16 20:09:17 +08:00
[CMakeLists.txt]
trim_trailing_whitespace = true
indent_style = space
indent_size = 4
[*.in]
trim_trailing_whitespace = false
[*.md]
indent_style = space
indent_size = 4