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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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