We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 208f902 commit 5b95723Copy full SHA for 5b95723
chezmoi/.chezmoitemplates/vscode-settings.jsonc
@@ -233,5 +233,19 @@
233
"chat.tools.autoApprove": true,
234
"chat.agent.maxRequests": 100,
235
"github.copilot.chat.alternateGptPrompt.enabled": true,
236
- "chat.todoListTool.enabled": true
+ "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
250
+ }
251
}
0 commit comments