Skip to content

Instantly share code, notes, and snippets.

@jerkovicl
Last active August 29, 2015 14:11
Show Gist options
  • Save jerkovicl/1402f298b47cb67bfe6b to your computer and use it in GitHub Desktop.
Save jerkovicl/1402f298b47cb67bfe6b to your computer and use it in GitHub Desktop.
# EditorConfig is awesome: http://EditorConfig.org
# Set this as the root EditorConfig file
root = true
# Default settings for all files
[*]
trim_trailing_whitespace = true
charset = utf-8
end_of_line = lf
insert_final_newline = true
[*.js]
indent_style = tab
indent_size = 2
[*.html]
indent_style = space
indent_size = 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment