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

end_of_line = lf
insert_final_newline = true

[*.{cpp,h,qml,js,md,pro,sh}]
charset = utf-8
indent_style = tab
indent_size = 4
trim_trailing_whitespace = true

[Makefile]
indent_style = tab
indent_size = 4
trim_trailing_whitespace = true