1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-11 08:46:20 +00:00

Bug fix (sets tabWith to 2 on prettier configuration and ConfigManager so checkboxes can be clikable)

This commit is contained in:
Jeny Mazo
2020-01-05 00:01:40 +01:00
committed by Junyoung Choi
parent 87b9766bc0
commit 31ffbd98b6
2 changed files with 2 additions and 2 deletions

View File

@@ -76,7 +76,7 @@ export const DEFAULT_CONFIG = {
customMarkdownLintConfig: DEFAULT_MARKDOWN_LINT_CONFIG,
prettierConfig: ` {
"trailingComma": "es5",
"tabWidth": 4,
"tabWidth": 2,
"semi": false,
"singleQuote": true
}`,

View File

@@ -1,6 +1,6 @@
{
"trailingComma": "es5",
"tabWidth": 4,
"tabWidth": 2,
"semi": false,
"singleQuote": true
}