overdue commit

This commit is contained in:
Henrik Bakken
2020-09-29 02:49:42 +02:00
parent 6cdb7ecc61
commit df57e62c5f
16 changed files with 397 additions and 562 deletions
+12 -3
View File
@@ -1,7 +1,7 @@
{
"signature.target": "echo",
"suggest.autoTrigger": "always",
"python.jediEnabled": true,
"python.jediEnabled": false,
"python.autoComplete.addBrackets": true,
"python.linting.pylintEnabled": false,
"python.linting.flake8Enabled": true,
@@ -11,6 +11,15 @@
"git.enableGutters": true,
"tabnine.shortcut": "TN",
"yaml.format.enable": true,
"yaml.format.singleQuote": true
"yaml.format.singleQuote": true,
"diagnostic-languageserver.filetypes": {
"vim": "vint",
"email": "languagetool",
"markdown": [ "write-good", "markdownlint" ],
"sh": "shellcheck",
"php": ["phpstan", "psalm"]
},
"diagnostic-languageserver.formatFiletypes": {
"sh": "shfmt"
}
}