Skip to content

Commit

Permalink
updated settings to reduce YAML parse errors/complaints (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
pacohope authored and aws-scripting-guy committed May 1, 2019
1 parent 3bae543 commit 8e789f9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -59,7 +59,7 @@ After installation, open your User Settings ```(Ctrl + ,)``` and paste preferenc
"!Not",
"!Equals",
"!Or",
"!FindInMap",
"!FindInMap sequence",
"!Base64",
"!Cidr",
"!Ref",
Expand All @@ -68,8 +68,9 @@ After installation, open your User Settings ```(Ctrl + ,)``` and paste preferenc
"!GetAZs",
"!ImportValue",
"!Select",
"!Select sequence",
"!Split",
"!Join"
"!Join sequence"
],
// Enable/disable default YAML formatter (requires restart)
"yaml.format.enable": true,
Expand Down

0 comments on commit 8e789f9

Please sign in to comment.