pcmt/.editorconfig

12 lines
150 B
INI

root = true
[*]
charset = utf-8
end_of_line = lf
# go files (excluding templates)
[*.{go,mod,sum}]
indent_style = tab
indent_size = 4
tab_width = 4