mirror of
https://github.com/MinazukiAmane/Tinasha-Bot.git
synced 2025-03-15 20:35:58 +08:00
13 lines
202 B
JSON
13 lines
202 B
JSON
{
|
|
"trailingComma": "es5",
|
|
"tabWidth": 2,
|
|
"useTabs": false,
|
|
"semi": true,
|
|
"singleQuote": false,
|
|
"printWidth": 120,
|
|
"bracketSpacing": true,
|
|
"arrowParens": "always",
|
|
"endOfLine": "lf"
|
|
}
|
|
|