aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
blob: 892e95f96c5c7ddd46849b9598536e4ecbb66e84 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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

[*.gradle]
indent_size = 4