Skip to content

Commit

Permalink
Updated tools
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeneyops committed Apr 24, 2017
1 parent 1d15e65 commit 7ee89a0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"editor.renderWhitespace": "all",
"files.associations": {
"*.tpl": "hcl",
"*.tf" : "terraform"
},
"files.insertFinalNewline": true,
"files.trimTrailingWhitespace": true
"files.trimTrailingWhitespace": true,
"terraform.formatOnSave": true
}

0 comments on commit 7ee89a0

Please sign in to comment.