Skip to content

Instantly share code, notes, and snippets.

@tyom
Last active April 12, 2018 08:48
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tyom/fe5fe10b14f9f9e4e6a7 to your computer and use it in GitHub Desktop.
Save tyom/fe5fe10b14f9f9e4e6a7 to your computer and use it in GitHub Desktop.
Editorconfig settings
# http://editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
indent_size = 2
[*.py]
indent_size = 4
[Makefile]
indent_style = tab
indent_size = 4
[*.md]
trim_trailing_whitespace = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment