Skip to content

Commit

Permalink
Add vscode settings for yzhang.markdown-all-in-one extension (anuragh…
Browse files Browse the repository at this point in the history
  • Loading branch information
qwerty541 authored Jun 12, 2023
1 parent 5218e34 commit 99d560f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ vercel_token
# IDE
.vscode/*
!.vscode/extensions.json
!.vscode/settings.json
*.code-workspace

.vercel
4 changes: 4 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"markdown.extension.toc.levels": "1..3",
"editor.formatOnSave": true
}

0 comments on commit 99d560f

Please sign in to comment.