aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
blob: 58bb1b9e9b8a7f5c73b45941c172af322b59fe9d (plain)
1
2
3
4
5
6
[*]
charset              = utf8
end_of_line          = lf
insert_final_newline = true
indent_style         = tab
indent_size          = 8