mirror of
https://github.com/zen-browser/desktop.git
synced 2025-07-07 16:05:31 +02:00
12 lines
238 B
JSON
12 lines
238 B
JSON
{
|
|
"bracketSameLine": true,
|
|
"endOfLine": "lf",
|
|
"trailingComma": "es5",
|
|
"singleQuote": true,
|
|
"tabWidth": 2,
|
|
"useTabs": false,
|
|
"jsxSingleQuote": false,
|
|
"semi": true,
|
|
"printWidth": 128,
|
|
"plugins": ["prettier-plugin-sh"]
|
|
}
|