Files
ipsw/www/.prettierrc
2022-11-20 23:18:38 -07:00

10 lines
181 B
Plaintext

{
"arrowParens": "always",
"bracketSpacing": false,
"jsxBracketSameLine": true,
"printWidth": 80,
"proseWrap": "never",
"singleQuote": false,
"trailingComma": "all"
}