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 959858c commit a332065Copy full SHA for a332065
.editorconfig
@@ -13,3 +13,6 @@ indent_size = 4
13
14
[*.ts]
15
indent_size = 4
16
+
17
+[*.{yaml,yml}]
18
+indent_size = 2
.vscode/settings.json.tmpl
@@ -16,6 +16,9 @@
// Use the same line length as black and flake8
"vim.textwidth": 88
},
19
+ "[yaml]": {
20
+ "editor.defaultFormatter": "esbenp.prettier-vscode"
21
+ },
22
"terminal.integrated.env.osx": {
23
// Dependencies can be provided under the subprojects/ directory. They
24
// would automatically be included in GPR_PROJECT_PATH by the following
0 commit comments