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
/+7 2012-08-06Update readme.Jason A. Donenfeld1-11/+13 2012-08-06Be slicker and more like git.Jason A. Donenfeld1-114/+173