Compare commits

..

1 commit

3 changed files with 1 additions and 20 deletions

View file

@ -1,18 +0,0 @@
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
View file

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

View file

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