minecraft-docker/.editorconfig

17 lines
226 B
INI
Raw Permalink Normal View History

2019-12-11 00:56:01 +02:00
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
2021-09-02 01:05:46 +03:00
[*.{yaml,yml}]
indent_size = 2
2019-12-11 00:56:01 +02:00
[Makefile]
indent_size = 4
indent_style = tab