#
# DO NOT MODIFY, WILL BE OVERWRITTEN BY @naturalcycles/dev-lib
#
# http://editorconfig.org
#

root = true

[*]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true

[*.md]
trim_trailing_whitespace = false
indent_size = 4

[*.html]
indent_size = 2

[*.{css,scss}]
indent_size = 2

[*.{js,ts}]
indent_size = 2

[*.json]
indent_size = 2

[*.java]
indent_size = 4

[*.{kt,kts}]
disabled_rules=no-wildcard-imports
ij_kotlin_imports_layout=*,java.**,javax.**,kotlin.**,^ # default IntelliJ IDEA style, same as alphabetical, but with "java", "javax", "kotlin" and alias imports in the end of the imports list

[*.xml]
indent_size = 2

[*.sql]
indent_size = 2

[.eslintrc]
indent_size = 2

[*.min.*]
indent_style = ignore
trim_trailing_whitespace = false
insert_final_newline = ignore
