AE2LegacyQuartz/.editorconfig
2024-01-22 20:11:39 +03:00

34 lines
486 B
INI

root = true
[*.kt]
insert_final_newline = true
charset = utf-8
indent_style = tab
end_of_line = crlf
[*.js]
insert_final_newline = true
charset = utf-8
indent_style = tab
end_of_line = crlf
[*.java]
insert_final_newline = true
charset = utf-8
indent_style = tab
end_of_line = crlf
[*.json]
insert_final_newline = false
charset = utf-8
indent_style = space
indent_size = 2
[*.toml]
insert_final_newline = false
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf