hyperdx/.prettierrc

14 lines
251 B
Text
Raw Normal View History

2023-09-13 03:08:05 +00:00
{
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"trailingComma": "all",
"bracketSpacing": true,
"jsxBracketSameLine": false,
"fluid": false,
"arrowParens": "avoid",
"proseWrap": "always"
}