don't force autoformat on .env and .gitignore file
This commit is contained in:
4
.vscode/settings.json
vendored
4
.vscode/settings.json
vendored
@@ -4,5 +4,9 @@
|
|||||||
"editor.formatOnPaste": false,
|
"editor.formatOnPaste": false,
|
||||||
"[terraform]": {
|
"[terraform]": {
|
||||||
"editor.defaultFormatter": "hashicorp.terraform"
|
"editor.defaultFormatter": "hashicorp.terraform"
|
||||||
|
},
|
||||||
|
"files.associations": {
|
||||||
|
".env*": "plaintext",
|
||||||
|
".gitignore": "plaintext"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user