# top level .editorconfig
root = true

# all files use unix line style endings and new line at EOF
[**]
insert_final_newline     = true
trim_trailing_whitespace = true

# use space indent in pom.xml
[pom.xml]
indent_style    = tab
max_line_length = off
