spritesheet-generator/.prettierrc.json
2025-04-03 02:50:23 +02:00

12 lines
214 B
JSON

{
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "es5",
"printWidth": 300,
"bracketSpacing": true,
"arrowParens": "avoid",
"endOfLine": "lf",
"vueIndentScriptAndStyle": true
}