Skip to content

Instantly share code, notes, and snippets.

@badlydrawnrob
Last active December 13, 2015 20:47
Show Gist options
  • Save badlydrawnrob/75de497321e55b5c6d5e to your computer and use it in GitHub Desktop.
Save badlydrawnrob/75de497321e55b5c6d5e to your computer and use it in GitHub Desktop.
EditorConfig is awesome: http://EditorConfig.org
# editorconfig.org
root = true
[*]
indent_style = tab
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false
[*.{html,twig,kit,styl,less,css,js,md}]
indent_style = space
indent_size = 2
[*.py]
indent_style = space
indent_size = 4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment