Files
2025_Vuejs_Mpi_Panel/.prettierrc.json
2025-07-04 14:11:18 +03:00

11 lines
220 B
JSON

{
"bracketSameLine": true,
"semi": false,
"vueIndentScriptAndStyle": true,
"htmlWhitespaceSensitivity": "ignore",
"printWidth": 90,
"jsxSingleQuote": true,
"singleQuote": true,
"trailingComma" : "none"
}