aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
blob: 5f5503a8e5594491b71eadb62b596a551fa3e611 (plain)
1
2
3
4
5
6
7
8
9
10
11
root = true

[*]
indent_style = space
indent_size = 4
charset = utf-8
end_of_line = lf
insert_final_newline = true

[*.iml]
indent_size = 2