0
This repository has been archived on 2022-03-25. You can view files and clone it, but cannot push or open issues or pull requests.
Files
mc-metrics/.editorconfig
2021-09-12 06:54:23 +03:00

18 lines
237 B
INI

root = true
[*]
end_of_line = lf
insert_final_newline = true
[*.bat]
end_of_line = crlf
[*.{java,gradle,groovy}]
charset = utf-8
indent_style = space
indent_size = 4
[*.{yml,yaml}]
charset = utf-8
indent_style = space
indent_size = 2