Created
March 31, 2015 14:04
-
-
Save nickknissen/ae6b2d671cd5fc76e91b to your computer and use it in GitHub Desktop.
This file contains hidden or 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
# top-most EditorConfig file | |
root = true | |
[*] | |
end_of_line = lf | |
insert_final_newline = true | |
[Makefile] | |
indent_style = tab | |
[*.less] | |
indent_style = space | |
indent_size = 2 | |
[*.js] | |
indent_style = space | |
indent_size = 4 | |
[*.json] | |
indent_style = space | |
indent_size = 4 | |
[*.html] | |
indent_style = space | |
indent_size = 4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment