blob: 4a7f15e2439ef8c446281a4f043f9b43eb9f8c58 [file]
# http://editorconfig.org
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.{java,kt,kts,scala,rs,xml,kt.spec,kts.spec}]
indent_size = 4
[{Makefile,*.go}]
indent_style = tab
indent_size = 4
[*.md]
trim_trailing_whitespace = false