generated from RogerSik/vscode-template
Initial commit
This commit is contained in:
Vendored
+10
@@ -0,0 +1,10 @@
|
||||
{
|
||||
// See https://go.microsoft.com/fwlink/?LinkId=827846
|
||||
// for the documentation about the extensions.json format
|
||||
"recommendations": [
|
||||
"EditorConfig.EditorConfig",
|
||||
// Code formatter using prettier
|
||||
"esbenp.prettier-vscode",
|
||||
"gamunu.opentofu"
|
||||
]
|
||||
}
|
||||
Vendored
+15
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
||||
"editor.formatOnSave": true,
|
||||
"editor.formatOnPaste": false,
|
||||
"vs-kubernetes": {
|
||||
"disable-linters": ["resource-limits"]
|
||||
},
|
||||
"[terraform]": {
|
||||
"editor.defaultFormatter": "gamunu.opentofu"
|
||||
},
|
||||
"files.associations": {
|
||||
".env*": "plaintext",
|
||||
".gitignore": "plaintext"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user