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

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