Skip to content

Commit

Permalink
chore: vscode settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Snoopy1866 committed Sep 18, 2024
1 parent 385c18f commit ed407f4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,5 @@ cython_debug/
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/

/.vscode
*.xlsx
*.log
14 changes: 14 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,19 @@
"editor.formatOnSave": true,
"[sas]": {
"editor.formatOnSave": false
},
"yaml.schemas": {
"https://squidfunk.github.io/mkdocs-material/schema.json": "mkdocs.yml"
},
"yaml.customTags": [
"!ENV scalar",
"!ENV sequence",
"!relative scalar",
"tag:yaml.org,2002:python/name:material.extensions.emoji.to_svg",
"tag:yaml.org,2002:python/name:material.extensions.emoji.twemoji",
"tag:yaml.org,2002:python/name:pymdownx.superfences.fence_code_format"
],
"markdownlint.config": {
"MD024": false
}
}

0 comments on commit ed407f4

Please sign in to comment.