aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
blob: b14394ea4cd322f5bbf459425f27dab5a3beb222 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# Default to Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = tab
indent_size = 4

[*.java]
indent_size = 2