Files
hermione-fe/.prettierrc copy.json
andrea.terzani 8dd4417d0e Initial commit
2024-07-31 09:22:52 +02:00

11 lines
191 B
JSON

{
"useTabs": false,
"tabWidth": 4,
"trailingComma": "none",
"semi": true,
"singleQuote": true,
"vueIndentScriptAndStyle": false,
"printWidth": 250,
"bracketSameLine": false
}