Tinasha-Bot/.prettierrc.json

13 lines
202 B
JSON
Raw Normal View History

2024-03-17 13:58:37 +09:00
{
"trailingComma": "es5",
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": false,
"printWidth": 120,
"bracketSpacing": true,
"arrowParens": "always",
2024-04-15 05:51:20 +07:00
"endOfLine": "lf"
2024-03-17 13:58:37 +09:00
}
2024-04-15 05:51:20 +07:00