libaribb25/.editorconfig
2021-10-24 22:40:39 +09:00

16 lines
204 B
INI

root = true
[*]
end_of_life = lf
charset = utf-8
indent_style = tab
indent_size = 2
trim_trailing_whitespace = true
[*.yml]
indent_style = space
indent_size = 2
[*.md]
trim_trailing_whitespace = false