Skip to content

Instantly share code, notes, and snippets.

@ivar
Created November 4, 2015 22:38
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save ivar/105e5214e2245f57ffa3 to your computer and use it in GitHub Desktop.
; EditorConfig is awesome: http://EditorConfig.org
; top-most EditorConfig file
root = true
[*]
indent_style = tab
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = space
indent_size = 2
; 4 space indentation
[*.py]
indent_size = 4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment