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

13 lines
174 B
INI
Raw Normal View History

2023-10-27 10:01:55 +03:00
root = true
2025-02-08 16:32:45 +03:00
[*]
charset = utf-8
end_of_line = lf
2023-10-27 10:01:55 +03:00
indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
2025-02-08 16:32:45 +03:00
[*.go]
indent_style = tab