mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-12-26 11:34:04 -08:00
chore(vscode): adjust linter settings
This commit is contained in:
parent
5321ae116e
commit
915d2796fe
6
.vscode/settings.json
vendored
6
.vscode/settings.json
vendored
|
@ -11,5 +11,9 @@
|
||||||
"editor.codeActionsOnSave": {
|
"editor.codeActionsOnSave": {
|
||||||
"source.organizeImports": true
|
"source.organizeImports": true
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"go.formatTool": "gofmt",
|
||||||
|
"go.formatFlags": [
|
||||||
|
"-s"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue