zcash-grant-system/frontend/.prettierrc

10 lines
181 B
Plaintext

{
"printWidth": 90,
"singleQuote": true,
"useTabs": false,
"semi": true,
"tabWidth": 2,
"trailingComma": "all",
"bracketSpacing": true,
"jsxBracketSameLine": false
}