make markdown the default language for new files

This commit is contained in:
Riccardo
2020-12-15 13:29:52 +01:00
committed by GitHub
parent 6d46be1fde
commit 14cd109b72

View File

@ -9,6 +9,7 @@
}, },
"git.enableSmartCommit": true, "git.enableSmartCommit": true,
"git.postCommitCommand": "sync", "git.postCommitCommand": "sync",
"files.defaultLanguage": "markdown",
"files.exclude": { "files.exclude": {
"**/node_modules": true "**/node_modules": true
}, },