2023-03-19 22:03:12 +01:00
|
|
|
root = true
|
|
|
|
|
|
|
|
[*]
|
|
|
|
charset = utf-8
|
|
|
|
end_of_line = lf
|
2023-04-12 23:14:21 +02:00
|
|
|
trim_trailing_whitespace = true
|
|
|
|
insert_final_newline = true
|
2023-03-19 22:03:12 +01:00
|
|
|
|
|
|
|
# go files (excluding templates)
|
|
|
|
[*.{go,mod,sum}]
|
|
|
|
indent_style = tab
|
|
|
|
indent_size = 4
|
|
|
|
tab_width = 4
|
2023-04-12 23:14:21 +02:00
|
|
|
|
|
|
|
# go html templates
|
|
|
|
[*.tmpl]
|
|
|
|
indent_style = tab
|
|
|
|
indent_size = 2
|
|
|
|
tab_width = 2
|
|
|
|
|
|
|
|
[Makefile]
|
|
|
|
indent_style = tab
|