Skip to content

Instantly share code, notes, and snippets.

@upsetbit
Created May 12, 2023 18:40
Show Gist options
  • Save upsetbit/991608e5c5d48ffeb76769916d648d0d to your computer and use it in GitHub Desktop.
Save upsetbit/991608e5c5d48ffeb76769916d648d0d to your computer and use it in GitHub Desktop.
root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = space
trim_trailing_whitespace = true
[*.{js,ts,cjs}]
indent_size = 2
[*.{json}]
indent_size = 2
[*.{tf,hcl}]
indent_size = 2
[*.{py}]
indent_size = 4
[*.{sh}]
indent_size = 4
[*.{go}]
indent_style = tab
[Makefile]
indent_style = tab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment