fermentord/vendor/github.com/spf13/afero/.editorconfig

13 lines
174 B
INI
Raw Normal View History

root = true
2025-02-13 17:12:25 +01:00
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
2025-02-13 17:12:25 +01:00
[*.go]
indent_style = tab