Skip to content

Commit 5b95723

Browse files
committed
Update setings
1 parent 208f902 commit 5b95723

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

chezmoi/.chezmoitemplates/vscode-settings.jsonc

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,5 +233,19 @@
233233
"chat.tools.autoApprove": true,
234234
"chat.agent.maxRequests": 100,
235235
"github.copilot.chat.alternateGptPrompt.enabled": true,
236-
"chat.todoListTool.enabled": true
236+
"chat.todoListTool.enabled": true,
237+
"[dockercompose]": {
238+
"editor.insertSpaces": true,
239+
"editor.tabSize": 2,
240+
"editor.autoIndent": "advanced",
241+
"editor.quickSuggestions": {
242+
"other": true,
243+
"comments": false,
244+
"strings": true
245+
},
246+
"editor.defaultFormatter": "redhat.vscode-yaml"
247+
},
248+
"[github-actions-workflow]": {
249+
"editor.defaultFormatter": "redhat.vscode-yaml"
250+
}
237251
}

0 commit comments

Comments
 (0)