Skip to content

Instantly share code, notes, and snippets.

@oeeckhoutte
Created December 22, 2015 08:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oeeckhoutte/e8bf47cc0f1cf215f3f8 to your computer and use it in GitHub Desktop.
Save oeeckhoutte/e8bf47cc0f1cf215f3f8 to your computer and use it in GitHub Desktop.
Editorconfig
# editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.{js,html}]
indent_style = tab
[*.{css, less, scss}]
indent_style = space
indent_size = 2
[{package,bower}.json]
indent_style = space
indent_size = 2
[*.xml]
indent_style = tab
[*.md]
trim_trailing_whitespace = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment