dartachalani-frontend/.prettierrc.json
2025-12-10 12:14:25 +05:45

11 lines
207 B
JSON

{
"trailingComma": "es5",
"tabWidth": 4,
"semi": true,
"singleQuote": false,
"printWidth": 120,
"htmlWhitespaceSensitivity": "ignore",
"vueIndentScriptAndStyle": false,
"endOfLine": "auto"
}