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
3 changed files with 20 additions and 1 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

View file

@ -14,7 +14,7 @@ jobs:
# checkout repo # checkout repo
- name: "checkout" - name: "checkout"
uses: "actions/checkout@v4" uses: "actions/checkout@v6"
with: with:
fetch-depth: 0 fetch-depth: 0