Files
Alfred/.prettierrc.json
2026-05-26 18:21:06 +08:00

12 lines
201 B
JSON

{
"printWidth": 120,
"semi": true,
"singleQuote": false,
"trailingComma": "all",
"bracketSpacing": true,
"arrowParens": "always",
"endOfLine": "lf",
"tabWidth": 2,
"useTabs": false
}