spigot-docker/.editorconfig

13 lines
168 B
INI
Raw Permalink Normal View History

2024-09-12 20:13:58 +02:00
root = true
[*]
indent_style = tab
indent_size = 4
end_of_line = lf
charset = utf-8
insert_final_newline = true
[{*.yml,*.yaml}]
indent_style = space
indent_size = 2