mirror of
https://github.com/awalsh128/cache-apt-pkgs-action.git
synced 2026-01-22 19:19:16 +00:00
42 lines
1 KiB
JSON
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
|
|
}
|