Skip to content

Instantly share code, notes, and snippets.

@tjunghans
Created March 17, 2023 22:22
Show Gist options
  • Save tjunghans/2a864bdf682e9e60c4423627add531d2 to your computer and use it in GitHub Desktop.
Save tjunghans/2a864bdf682e9e60c4423627add531d2 to your computer and use it in GitHub Desktop.
.editorconfig
# EditorConfig is awesome: https://editorconfig.org/
root = true
[*]
charset = utf-8
indent_style = space
end_of_line = lf
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true
[Makefile]
indent_style = tab
indent_size = 4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment