Files
LogBlock/.editorconfig
2023-10-09 09:00:31 +02:00

15 lines
186 B
INI

root = true
[*]
charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true
[*.java]
indent_style = space
indent_size = 4
[*.yml]
indent_style = space
indent_size = 2