wms-njlm/.prettierrc

12 lignes
219 B
Plaintext
Brut Vue normale Historique

2023-09-08 15:38:33 +08:00
{
"printWidth": 80,
"htmlWhitespaceSensitivity": "ignore",
"tabWidth": 2,
"bracketSameLine": true,
"useTabs": true,
"vueIndentScriptAndStyle": false,
"semi": true,
"singleQuote": true,
"trailingComma": "es5"
}