Skip to content

Instantly share code, notes, and snippets.

@petyappetrov
Created June 6, 2016 22:04
Show Gist options
  • Save petyappetrov/449a3248fa619e4fb15ce316a2dde003 to your computer and use it in GitHub Desktop.
Save petyappetrov/449a3248fa619e4fb15ce316a2dde003 to your computer and use it in GitHub Desktop.
editorconfig
# EditorConfig is awesome: http://EditorConfig.org
root = true
[*]
charset = utf-8
indent_style = space
indent_size = 4
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.{css,styl,html}]
indent_size = 2
[package.json]
indent_size = 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment