Skip to content

Commit 31ffbd9

Browse files
Jeny MazoRokt33r
authored andcommitted
Bug fix (sets tabWith to 2 on prettier configuration and ConfigManager so checkboxes can be clikable)
1 parent 87b9766 commit 31ffbd9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

browser/main/lib/ConfigManager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export const DEFAULT_CONFIG = {
7676
customMarkdownLintConfig: DEFAULT_MARKDOWN_LINT_CONFIG,
7777
prettierConfig: ` {
7878
"trailingComma": "es5",
79-
"tabWidth": 4,
79+
"tabWidth": 2,
8080
"semi": false,
8181
"singleQuote": true
8282
}`,

prettier.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"trailingComma": "es5",
3-
"tabWidth": 4,
3+
"tabWidth": 2,
44
"semi": false,
55
"singleQuote": true
66
}

0 commit comments

Comments
 (0)