This repository has been archived on 2025-06-18. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
batmon/vendor/github.com/spf13/afero/.editorconfig
NotAShelf 8e7365b93f
Some checks failed
Go Build / build (push) Has been cancelled
bump dependencies
2025-01-10 16:36:51 +03:00

12 lines
174 B
INI

root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.go]
indent_style = tab