add linter + renovate #6

Merged
OCram85 merged 12 commits from add/renovate into main 2024-05-16 12:12:32 +02:00
Showing only changes of commit 60a20669a3 - Show all commits

View File

@ -1,14 +1,14 @@
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.go]
indent_style = tab
indent_size = 4
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.go]
indent_style = tab
indent_size = 4