aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
blob: 03f964f221772d6345b13abf649a65ee78f90db6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
root = true

[*]
end_of_line = lf

[*.go]
indent_style = tab
indent_size = 4

[*.tpl]
indent_style = space
indent_size = 2