1
0
mirror of https://github.com/spacebarchat/client.git synced 2024-11-22 18:32:34 +01:00
client/.prettierrc

13 lines
226 B
Plaintext
Raw Normal View History

2023-08-12 04:05:10 +02:00
{
2023-08-12 04:07:36 +02:00
"trailingComma": "all",
"tabWidth": 4,
"semi": true,
"arrowParens": "always",
"bracketSameLine": false,
"bracketSpacing": true,
"quoteProps": "as-needed",
"useTabs": true,
"singleQuote": false,
"printWidth": 120
2023-08-12 04:05:10 +02:00
}