Add editorconfig, fix files and lint via ci

This commit is contained in:
6543
2022-11-11 23:51:45 +01:00
parent 91b54bef29
commit 8e67d28c4f
9 changed files with 41 additions and 12 deletions

9
.ecrc Normal file
View File

@ -0,0 +1,9 @@
{
"Exclude": [
".git",
"go.mod", "go.sum",
"vendor",
"LICENSE",
"_test.go"
]
}