summaryrefslogtreecommitdiff
path: root/.editorconfig
blob: a7d5c33f64f3473d7c3f62307ba527c5c771568d (plain)
1
2
3
4
5
6
7
8
9
10
# EditorConfig is awesome: https://EditorConfig.org
root = true

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