16 lines
351 B
JSON
16 lines
351 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|