summaryrefslogtreecommitdiff
path: root/.editorconfig
blob: 32cfdeb4b4ee64207374b287fce9a51a3b42aea6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[*]
charset              = utf-8
end_of_line          = lf
insert_final_newline = true
indent_style         = tab
indent_size          = 4

[*.json]
indent_style = space
indent_size  = 2

# vim: ft=dosini