OpChan/app/.prettierrc

11 lines
177 B
Plaintext
Raw Normal View History

2025-08-30 18:34:50 +05:30
{
"semi": true,
"trailingComma": "es5",
"singleQuote": true,
"tabWidth": 2,
"useTabs": false,
"printWidth": 80,
"bracketSpacing": true,
"arrowParens": "avoid"
}