Skip to content

Instantly share code, notes, and snippets.

@Menziess
Last active June 15, 2024 15:02
Show Gist options
  • Save Menziess/97ce53ea86d70e4e95eef6097ea40a72 to your computer and use it in GitHub Desktop.
Save Menziess/97ce53ea86d70e4e95eef6097ea40a72 to your computer and use it in GitHub Desktop.
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.py]
indent_size = 4
profile = open_stack
[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