Skip to content

Commit

Permalink
Bug fix (sets tabWith to 2 on prettier configuration and ConfigManage…
Browse files Browse the repository at this point in the history
…r so checkboxes can be clikable)
  • Loading branch information
Jeny Mazo authored and Rokt33r committed Jan 29, 2020
1 parent 87b9766 commit 31ffbd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion browser/main/lib/ConfigManager.js
Expand Up @@ -76,7 +76,7 @@ export const DEFAULT_CONFIG = {
customMarkdownLintConfig: DEFAULT_MARKDOWN_LINT_CONFIG,
prettierConfig: ` {
"trailingComma": "es5",
"tabWidth": 4,
"tabWidth": 2,
"semi": false,
"singleQuote": true
}`,
Expand Down
2 changes: 1 addition & 1 deletion prettier.config
@@ -1,6 +1,6 @@
{
"trailingComma": "es5",
"tabWidth": 4,
"tabWidth": 2,
"semi": false,
"singleQuote": true
}

0 comments on commit 31ffbd9

Please sign in to comment.