watchtower/.editorconfig

14 lines
182 B
INI
Raw Normal View History

2022-10-14 14:12:12 +02:00
root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
[*.css]
indent_style = space
indent_size = 2
[{go.mod,go.sum,*.go}]
indent_style = tab
indent_size = 4