Files
LogBlock/.editorconfig

15 lines
186 B
INI
Raw Permalink Normal View History

2023-10-01 20:32:53 +02:00
root = true
[*]
charset = utf-8
2023-10-01 20:32:53 +02:00
insert_final_newline = true
trim_trailing_whitespace = true
2023-10-01 20:32:53 +02:00
[*.java]
indent_style = space
indent_size = 4
[*.yml]
indent_style = space
indent_size = 2