1
0
mirror of https://github.com/BoostIo/Boostnote synced 2026-06-04 21:53:18 +00:00

feat(prettierOnMarkdown): Added Reference to prettier in Code Editor and created config file

This commit is contained in:
nathan-castlehow
2019-06-11 19:09:50 +08:00
parent a39e9c2da6
commit 7e3c662374
2 changed files with 11 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
{
"trailingComma": "es5",
"tabWidth": 4,
"semi": false,
"singleQuote": true
}