mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 18:43:34 -05:00
parent
ad0ff68c52
commit
dd33b476f8
1 changed files with 10 additions and 1 deletions
|
@ -5,12 +5,21 @@
|
|||
"vscode": {
|
||||
"settings": {
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
||||
"editor.formatOnSave": true,
|
||||
"editor.formatOnSaveMode": "file",
|
||||
"editor.wordWrap": "off",
|
||||
"prettier.resolveGlobalModules": true
|
||||
"prettier.resolveGlobalModules": true,
|
||||
"[terraform]": {
|
||||
"editor.defaultFormatter": "hashicorp.terraform"
|
||||
},
|
||||
"[terraform-vars]": {
|
||||
"editor.defaultFormatter": "hashicorp.terraform"
|
||||
}
|
||||
},
|
||||
"extensions": [
|
||||
"DavidAnson.vscode-markdownlint",
|
||||
"EditorConfig.EditorConfig",
|
||||
"HashiCorp.terraform",
|
||||
"esbenp.prettier-vscode",
|
||||
"GitHub.vscode-github-actions",
|
||||
"GitHub.vscode-pull-request-github",
|
||||
|
|
Loading…
Reference in a new issue