mirror of
https://github.com/tiennm99/github-readme-stats.git
synced 2026-05-20 07:26:23 +00:00
Set prettier as workspace default formatter (#2854)
* Set prettier as workspace default formatter * fix: fix conflicts --------- Co-authored-by: rickstaa <rick.staa@outlook.com>
This commit is contained in:
committed by
GitHub
parent
d727d178f0
commit
9a1cbaf062
Vendored
+2
-1
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"recommendations": [
|
||||
"yzhang.markdown-all-in-one"
|
||||
"yzhang.markdown-all-in-one",
|
||||
"esbenp.prettier-vscode"
|
||||
]
|
||||
}
|
||||
|
||||
Vendored
+2
-1
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"markdown.extension.toc.levels": "1..3",
|
||||
"editor.formatOnSave": true
|
||||
"editor.formatOnSave": true,
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user