Skip to content

Instantly share code, notes, and snippets.

@Clement-TS
Created June 7, 2019 13:03
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 Clement-TS/1f7d17554c10ceb9b800907b6d2fb62f to your computer and use it in GitHub Desktop.
Save Clement-TS/1f7d17554c10ceb9b800907b6d2fb62f to your computer and use it in GitHub Desktop.
# http://editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false
[*.py]
indent_size = 4
[{Makefile,**.mk}]
indent_style = tab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment