Files
tardis-bot/.prettierrc.json

10 lines
154 B
JSON
Raw Permalink Normal View History

2026-05-14 20:06:15 +02:00
{
"semi": true,
"singleQuote": false,
"trailingComma": "all",
"printWidth": 100,
"tabWidth": 2,
"useTabs": false,
"arrowParens": "always"
}