Created
November 4, 2015 22:38
-
-
Save ivar/105e5214e2245f57ffa3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; 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