Files
apollo-fe/.prettierrc.json
andrea.terzani f9472a4197 Initial commit
2024-07-30 15:12:56 +02:00

11 lines
191 B
JSON

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