browser-extension/.prettierrc

12 lines
190 B
Text
Raw Normal View History

2025-06-21 20:26:05 +05:00
{
2025-06-22 14:20:38 +05:00
"semi": true,
"singleQuote": true,
"trailingComma": "all",
"printWidth": 100,
"tabWidth": 4,
"useTabs": true,
"bracketSpacing": true,
"arrowParens": "always",
"endOfLine": "lf"
}