Skip to content

Instantly share code, notes, and snippets.

@zoxon
Created January 27, 2015 03:14
Show Gist options
  • Save zoxon/1c099c2bc326d030304a to your computer and use it in GitHub Desktop.
Save zoxon/1c099c2bc326d030304a to your computer and use it in GitHub Desktop.
# EditorConfig is awesome: http://EditorConfig.org
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = LF
insert_final_newline = true
indent_style = tab
indent_size = 4
charset = utf-8
trim_trailing_whitespace = all
insert_final_newline = true
[*.jade]
trim_trailing_whitespace = false
[*.py]
indent_style = space
indent_size = 4
[{package.json,.travis.yml}]
indent_style = space
indent_size = 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment