We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87b9766 commit 31ffbd9Copy full SHA for 31ffbd9
browser/main/lib/ConfigManager.js
@@ -76,7 +76,7 @@ export const DEFAULT_CONFIG = {
76
customMarkdownLintConfig: DEFAULT_MARKDOWN_LINT_CONFIG,
77
prettierConfig: ` {
78
"trailingComma": "es5",
79
- "tabWidth": 4,
+ "tabWidth": 2,
80
"semi": false,
81
"singleQuote": true
82
}`,
prettier.config
@@ -1,6 +1,6 @@
1
{
2
3
4
5
6
}
0 commit comments