mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
Fix readme, update vscode
This commit is contained in:
parent
2bfc3f5cfd
commit
479f60aaa5
2 changed files with 7 additions and 7 deletions
|
|
@ -38,17 +38,17 @@
|
|||
"extensions.ignoreRecommendations": true,
|
||||
"gitlens.codeLens.enabled": true,
|
||||
// Languages
|
||||
"go.lintOnSave": "package",
|
||||
"go.lintTool": "golangci-lint",
|
||||
"go.formatTool": "gofumpt",
|
||||
"[go]": {
|
||||
"editor.insertSpaces": false,
|
||||
"go.lintOnSave": "package",
|
||||
"go.lintTool": "golint",
|
||||
"go.formatTool": "gofumpt"
|
||||
"editor.insertSpaces": false
|
||||
},
|
||||
"[python]": {
|
||||
"python.formatting.provider": "black",
|
||||
"python.analysis.autoImportCompletions": true,
|
||||
"python.formatting.blackPath": "~/.local/bin/black",
|
||||
"editor.tabSize": 4,
|
||||
"editor.tabSize": 4
|
||||
},
|
||||
"[javascript]": {
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
||||
|
|
@ -60,4 +60,4 @@
|
|||
"typescript.suggestionActions.enabled": false,
|
||||
"editor.tabSize": 2
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue