Files
firecms/.prettier.json
francesco 5786adb128 Fix for ReferencePreview.tsx
Release 0.1.2
2020-04-21 10:40:41 +02:00

10 lines
184 B
JSON

{
"singleQuote": true,
"jsxSingleQuote": true,
"semi": false,
"tabWidth": 4,
"bracketSpacing": true,
"jsxBracketSameLine": false,
"arrowParens": "always"
}