cache-apt-pkgs-action/.vscode/settings.json
2025-10-11 21:41:23 -07:00

42 lines
1 KiB
JSON

{
"editor.tabSize": 2,
"editor.insertSpaces": true,
"editor.detectIndentation": false,
"editor.rulers": [100],
"editor.formatOnSave": true,
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.wordWrap": "wordWrapColumn",
"editor.wordWrapColumn": 100,
"editor.wrappingIndent": "indent",
"[go]": {
"editor.defaultFormatter": "golang.go"
},
"[shellscript]": {
"editor.defaultFormatter": "trunk.io"
},
"[bash]": {
"editor.defaultFormatter": "trunk.io"
},
"[json,jsonc]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"[shfmt]": {
"editor.defaultFormatter": "trunk.io"
},
"[yaml]": {
"editor.defaultFormatter": "trunk.io"
},
"cSpell.enabled": false,
"editor.codeActionsOnSave": {
"source.fixAll.shellcheck": "explicit"
},
"workbench.editorAssociations": {
"git-index": "default",
"git-show": "default"
},
"files.readonlyInclude": {},
"workbench.editor.defaultBinaryEditor": "default",
"workbench.editor.enablePreviewFromCodeNavigation": false
}