refactor: complete rewrite #17

Merged
Aire-One merged 5 commits from refactor/complete-rewrite into main 2024-09-23 23:55:44 +02:00
1 changed files with 7 additions and 1 deletions
Showing only changes of commit d6f6274a64 - Show all commits

View File

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