summarylogtreecommitdiffstats
path: root/.editorconfig
blob: 86a14cae5492b6aa06a645ca5926e9199b24785b (plain)
1
2
3
4
5
6
7
8
root = true

[*]
charset = utf-8
indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true