blob: cc902561cad0183e6e4c6d8312057cc5a91e655d [file] [log] [blame]
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
end_of_line = lf
trim_trailing_whitespace = true
charset = utf-8
[*.java]
indent_style = space
indent_size = 4
insert_final_newline = true