tariffs/.prettierrc

13 lines
230 B
Plaintext
Raw Normal View History

2022-12-16 00:36:33 +00:00
{
"semi": true,
"trailingComma": "es5",
"singleQuote": false,
"printWidth": 120,
"tabWidth": 2,
"useTabs": false,
"endOfLine": "auto",
"bracketSpacing": true,
"arrowParens": "always",
"jsxSingleQuote": false
}