summaryrefslogtreecommitdiff
path: root/.editorconfig
blob: eef10cc723ea7533d25646dc12595a0e5f4aeddc (plain)
1
2
3
4
5
6
7
8
9
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
trim_trailing_whitespace = true

[*.go]
indent_style = tab
indent_size = 4