1
0
Fork 1
mirror of https://github.com/zen-browser/desktop.git synced 2025-07-07 05:25:30 +02:00
zen-desktop/.prettierrc.json

12 lines
238 B
JSON

{
"bracketSameLine": true,
"endOfLine": "lf",
"trailingComma": "es5",
"singleQuote": true,
"tabWidth": 2,
"useTabs": false,
"jsxSingleQuote": false,
"semi": true,
"printWidth": 100,
"plugins": ["prettier-plugin-sh"]
}