jerkovicl
12/15/2014 - 10:49 AM

.editorconfig

# 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