Skip to content

Commit

Permalink
fixed intent typo (#586)
Browse files Browse the repository at this point in the history
  • Loading branch information
milldr authored Jun 2, 2023
1 parent 2e61124 commit ae75fc6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ indent_style = tab
indent_size = 4

[*.yaml]
intent_style = space
indent_style = space
indent_size = 2

[*.sh]
Expand Down Expand Up @@ -325,4 +325,4 @@ source = "git::https://github.com/cloudposse/terraform-null-label.git?ref=tags/0

Note that the `ref` always points explicitly to a `tags` pinned to a specific version. Dropping the `tags/` qualifier means it could be a branch or a tag; we prefer to be explicit.

:::
:::

0 comments on commit ae75fc6

Please sign in to comment.