Add editorconfig

This commit is contained in:
6543 2022-11-07 23:49:48 +01:00
parent de98ed5656
commit b2323ee8a5
No known key found for this signature in database
GPG key ID: B8BE6D610E61C862
7 changed files with 36 additions and 12 deletions

9
.ecrc Normal file
View file

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