Add vscode settings for yzhang.markdown-all-in-one extension (#2813)

This commit is contained in:
Alexandr Garbuzov 2023-06-12 10:08:24 +03:00 committed by GitHub
parent 5218e34084
commit 99d560f573
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

1
.gitignore vendored
View file

@ -9,6 +9,7 @@ vercel_token
# IDE
.vscode/*
!.vscode/extensions.json
!.vscode/settings.json
*.code-workspace
.vercel

4
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,4 @@
{
"markdown.extension.toc.levels": "1..3",
"editor.formatOnSave": true
}