summaryrefslogtreecommitdiff
path: root/.editorconfig
blob: dc8496febf88d21d14d1f8dcb18da52d6260998d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
root = true

[*]
end_of_line = lf

[java]
charset = utf-8
indent_size = 4
indent_style = tab
insert_final_newline = true
max_line_length = 120
tab_width = 2
ij_continuation_indent_size = 2