aboutsummaryrefslogtreecommitdiffstats
path: root/.editorconfig
blob: 8fe3efda60a24fb420063833edc6ec7fa32ff71f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
root = true

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