Compare commits

..

2 commits

Author SHA1 Message Date
bea2dc2334 chore(package): update actions/checkout action to v6 2026-06-05 08:31:10 +02:00
a27c4156d9 chore: add .editorconfig and .gitattributes
All checks were successful
ci/woodpecker/push/linting Pipeline was successful
2026-05-27 14:24:22 +02:00
2 changed files with 19 additions and 0 deletions

18
.editorconfig Normal file
View file

@ -0,0 +1,18 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8
indent_style = space
indent_size = 2
[*.go]
indent_style = tab
[Makefile]
indent_style = tab
[*.md]
trim_trailing_whitespace = false

1
.gitattributes vendored Normal file
View file

@ -0,0 +1 @@
* text=auto eol=lf