noname/.prettierrc

13 lines
232 B
Plaintext
Raw Normal View History

2024-04-15 18:42:14 +00:00
{
"arrowParens": "always",
"bracketSpacing": true,
"endOfLine": "lf",
"printWidth": 110,
"proseWrap": "preserve",
"quoteProps": "as-needed",
"semi": true,
"tabWidth": 4,
"trailingComma": "es5",
"useTabs": true
}