mirror of
https://github.com/BoostIo/Boostnote
synced 2026-06-05 06:03:19 +00:00
Bug fix (sets tabWith to 2 on prettier configuration and ConfigManager so checkboxes can be clikable)
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"trailingComma": "es5",
|
||||
"tabWidth": 4,
|
||||
"tabWidth": 2,
|
||||
"semi": false,
|
||||
"singleQuote": true
|
||||
}
|
||||
Reference in New Issue
Block a user