Skip to content

Instantly share code, notes, and snippets.

@antdking
Last active August 5, 2019 09:15
Show Gist options
  • Save antdking/96a93165d9adf5044b215f1eb8372247 to your computer and use it in GitHub Desktop.
Save antdking/96a93165d9adf5044b215f1eb8372247 to your computer and use it in GitHub Desktop.
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = space
indent_size = 4
[{Makefile,*.mk}]
indent_style = tab
[{*.tf,*.tfvars}]
# rules dictated by `terraform fmt`
indent_size = 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment