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

[*]
indent_size = 8
indent_style = tab
tab_width = 8
trim_trailing_whitespace = true
insert_final_newline = true
end_of_line = lf