Files
jordium-gantt-vue3/.prettierrc
LINING-PC\lining 5ba84d5309 init
2025-06-28 21:20:50 +08:00

21 lines
475 B
Plaintext

{
"semi": false,
"singleQuote": true,
"printWidth": 100,
"tabWidth": 2,
"useTabs": false,
"trailingComma": "es5",
"bracketSpacing": true,
"bracketSameLine": false,
"arrowParens": "avoid",
"endOfLine": "lf",
"htmlWhitespaceSensitivity": "css",
"insertPragma": false,
"jsxSingleQuote": true,
"proseWrap": "preserve",
"quoteProps": "as-needed",
"requirePragma": false,
"vueIndentScriptAndStyle": false,
"embeddedLanguageFormatting": "auto"
}