hyperdx/.prettierrc
2023-09-12 20:08:05 -07:00

13 lines
251 B
Text

{
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"trailingComma": "all",
"bracketSpacing": true,
"jsxBracketSameLine": false,
"fluid": false,
"arrowParens": "avoid",
"proseWrap": "always"
}