#7 Anzeige nächstes Training, formatting

This commit is contained in:
2025-01-18 12:01:48 +00:00
parent ad4b5de1d2
commit d17578d123
6 changed files with 177 additions and 74 deletions

View File

@@ -1,3 +1,18 @@
{
"singleQuote": true
}
"arrowParens": "avoid",
"embeddedLanguageFormatting": "auto",
"htmlWhitespaceSensitivity": "css",
"insertPragma": false,
"jsxBracketSameLine": false,
"jsxSingleQuote": false,
"printWidth": 220,
"proseWrap": "always",
"quoteProps": "as-needed",
"requirePragma": false,
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "all",
"useTabs": false,
"vueIndentScriptAndStyle": false
}