lbry.tech/.prettierrc

12 lines
217 B
Text
Raw Normal View History

2018-10-05 19:47:53 +02:00
{
"arrowParens": "avoid",
"bracketSpacing": true,
"jsxBracketSameLine": false,
"proseWrap": "preserve",
"semi": true,
"singleQuote": false,
"trailingComma": "none",
2018-10-05 19:48:40 +02:00
"tabWidth": 2,
"useTabs": false
2018-10-05 19:47:53 +02:00
}