Skip to content

Instantly share code, notes, and snippets.

@thecjharries
Last active December 31, 2020 15:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thecjharries/6b328335d38b635c407693ec6a2adda2 to your computer and use it in GitHub Desktop.
Save thecjharries/6b328335d38b635c407693ec6a2adda2 to your computer and use it in GitHub Desktop.
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.{yaml,yml,json,tf,hcl}]
indent_size = 2
[*{Vagrant,Docker}file]
indent_size = 2
[{Makefile,*go}]
indent_style = tab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment