Skip to content

Instantly share code, notes, and snippets.

@magnetikonline
Created October 25, 2022 22:25
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 magnetikonline/6b1c379e6fd4bfc64497d652a6a4d5e8 to your computer and use it in GitHub Desktop.
Save magnetikonline/6b1c379e6fd4bfc64497d652a6a4d5e8 to your computer and use it in GitHub Desktop.
My .editorconfig template.
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = tab
insert_final_newline = true
trim_trailing_whitespace = true
[*.py]
indent_size = 4
indent_style = space
[*.{tf,tfvars}]
indent_style = space
[*.yaml]
indent_style = space
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment