lbry.tech/.prettierrc

12 lines
214 B
Text
Raw Normal View History

2018-10-05 12:47:53 -05:00
{
"arrowParens": "avoid",
"bracketSpacing": true,
"jsxBracketSameLine": false,
"proseWrap": "preserve",
"semi": true,
"singleQuote": false,
"trailingComma": "none",
"tabs": false,
"tabWidth": 2
}