Add editorconfig and fix issues

This commit is contained in:
6543 2024-01-12 21:28:57 +01:00
parent 5d73eef647
commit 502cfdd1ef
No known key found for this signature in database
GPG key ID: B8BE6D610E61C862
3 changed files with 25 additions and 3 deletions

6
.ecrc Normal file
View file

@ -0,0 +1,6 @@
{
"Exclude": [
".git",
"LICENSE"
]
}