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