aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
blob: 060af7aeb217363b3e53f51253bc0fb5cbfb8c04 (plain)
1
2
3
4
5
6
7
8
root = true

[*]
end_of_line =lf
insert_final_newline=true
indent_size =4
indent_style=tab
charset = utf-8