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

[*]
end_of_line = lf

[*.go]
indent_style = tab
indent_size = 4