# See https://github.com/editorconfig/editorconfig/wiki/EditorConfig-Properties
# Fix format via command line: 'mvn editorconfig:format'
root=true

[*.{groovy,java,kt,xml,md}]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = space
tab_width = 4
indent_size = 4
max_line_length = off
charset = utf-8