This repository has been archived on 2024-04-06. You can view files and clone it, but cannot push or open issues or pull requests.
core-old/.editorconfig
Dawid Wysokiński 4c82b503e9
All checks were successful
continuous-integration/drone/push Build is passing
chore: add .editorconfig (#61)
Reviewed-on: twhelp/core#61
2022-09-01 05:27:18 +00:00

20 lines
258 B
INI

root = true
[*]
indent_style = tab
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = false
[*.go]
indent_style = tab
[*.{yaml,yml}]
indent_style = space
indent_size = 2
[*.json]
indent_style = space
indent_size = 4