# https://editorconfig.org

[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true

[*.java]
indent_size = 4
indent_style = space

[{*.bash,*.sh,*.zsh}]
indent_size = 2

[{*.har,*.json}]
indent_size = 2

[{*.yaml,*.yml}]
indent_size = 2
indent_style = space
