Skip to content

Instantly share code, notes, and snippets.

@nickknissen
Created March 31, 2015 14:04
Show Gist options
  • Save nickknissen/ae6b2d671cd5fc76e91b to your computer and use it in GitHub Desktop.
Save nickknissen/ae6b2d671cd5fc76e91b to your computer and use it in GitHub Desktop.
# 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