13 lines
286 B
JSON
13 lines
286 B
JSON
{
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"editor.formatOnSave": true,
|
|
"editor.formatOnPaste": false,
|
|
"[terraform]": {
|
|
"editor.defaultFormatter": "hashicorp.terraform"
|
|
},
|
|
"files.associations": {
|
|
".env*": "plaintext",
|
|
".gitignore": "plaintext"
|
|
}
|
|
}
|