zcash-grant-system/frontend/.prettierrc

10 lines
181 B
Plaintext
Raw Permalink Normal View History

2018-09-10 09:55:26 -07:00
{
"printWidth": 90,
"singleQuote": true,
"useTabs": false,
"semi": true,
"tabWidth": 2,
"trailingComma": "all",
"bracketSpacing": true,
"jsxBracketSameLine": false
}