# EditorConfig is awesome: https://EditorConfig.org
root = true

[*]
end_of_line = lf
insert_final_newline = true

indent_style = tab
tab_width = 4
continuation_indent_size = 8 #IntelliJ Idea specific workaround

charset = utf-8
trim_trailing_whitespace = true

[*.yml]
indent_style = space
indent_size = 2

[*.bat]
end_of_line = crlf
