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

[*]
end_of_line = lf

[*.go]
indent_style = tab
indent_size = 4

[*.tpl]
indent_style = space
indent_size = 2
end_of_line = crlf