antville/.editorconfig

18 lines
241 B
INI
Raw Normal View History

2020-03-07 19:25:50 +01:00
# editorconfig.org
root = true
[*]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
2024-09-21 13:45:39 +02:00
[*.{java,skin}]
indent_size = 3
2020-03-07 19:25:50 +01:00
[*.md]
trim_trailing_whitespace = false