aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
blob: 7dfb6291ca985fc12f78a91ec48bdf1e768ddd4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
max_line_length = 120
tab_width = 4

[*.json]
indent_size = 2

[*.properties]
ij_properties_keep_blank_lines = true