Tinasha-Bot/.prettierrc.json
Kiera Affarantia b530da760b 5.5.0 update
2024-04-15 05:51:20 +07:00

13 lines
202 B
JSON

{
"trailingComma": "es5",
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": false,
"printWidth": 120,
"bracketSpacing": true,
"arrowParens": "always",
"endOfLine": "lf"
}