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

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