qcast-pub/.prettierrc
2024-09-02 14:24:22 +09:00

11 lines
177 B
Plaintext

{
"singleQuote": true,
"semi": false,
"useTabs": false,
"tabWidth": 2,
"trailingComma": "all",
"printWidth": 150,
"arrowParens": "always",
"endOfLine": "auto"
}