This commit is contained in:
Bastian Wagner
2026-07-20 09:01:36 +02:00
parent 8cf57d7878
commit e62673ac11
98 changed files with 17372 additions and 80 deletions

View File

@@ -2,5 +2,6 @@
"singleQuote": true,
"semi": true,
"printWidth": 100,
"trailingComma": "all"
"trailingComma": "all",
"endOfLine": "auto"
}