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

[*]
charset = utf-8
insert_final_newline = false
trim_trailing_whitespace = true
end_of_line = lf
indent_style = tab
max_line_length = 120
tab_width = 3