summaryrefslogtreecommitdiff
path: root/.editorconfig
blob: 9d4bfbf55d3a1265acf8761c3858f4d0481affed (plain)
1
2
3
4
5
6
7
8
9
10
# EditorConfig: http://editorconfig.org/

root = true

[*.java]
charset = utf-8
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true