mirror of
https://github.com/tauri-apps/tauri-discord-bot.git
synced 2026-01-31 00:35:21 +01:00
10 lines
178 B
Plaintext
10 lines
178 B
Plaintext
{
|
|
"singleQuote": true,
|
|
"quoteProps": "as-needed",
|
|
"trailingComma": "all",
|
|
"bracketSpacing": true,
|
|
"arrowParens": "always",
|
|
"semi": true,
|
|
"useTabs": false,
|
|
"tabWidth": 4
|
|
} |