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

13 lines
174 B
INI
Raw Normal View History

2024-01-11 23:37:32 +03:00
root = true
2025-01-10 16:21:32 +03:00
[*]
charset = utf-8
end_of_line = lf
2024-01-11 23:37:32 +03:00
indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
2025-01-10 16:21:32 +03:00
[*.go]
indent_style = tab