Compare commits

..

1 commit

Author SHA1 Message Date
0e798c2e77 chore(package): update actions/checkout action to v6 2026-05-22 06:35:20 +00:00
2 changed files with 0 additions and 19 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