summaryrefslogtreecommitdiffstats
path: root/.editorconfig
blob: cbe0b63117a043c553057a438afabcf9d18f92d3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10

root = true

[*]
indent_style = tab
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
spaces_around_operators = true