Skip to content

Instantly share code, notes, and snippets.

@fegoa89
Created September 21, 2016 09:29
Show Gist options
  • Save fegoa89/62f9e4b97c32b9092cf10a6a064a3322 to your computer and use it in GitHub Desktop.
Save fegoa89/62f9e4b97c32b9092cf10a6a064a3322 to your computer and use it in GitHub Desktop.
# http://editorconfig.org
root = true
[*]
charset = utf-8
indent_size = 2
end_of_line = lf
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.{yml,yaml,haml}]
indent_size = 2
[*.rb]
indent_size = 2
insert_final_newline = true
[*.{html,erb}]
indent_size = 2
[*.md]
trim_trailing_whitespace = true
[*.js]
indent_size = 2
[*.coffee]
indent_size = 2
[*.{css,scss,sass}]
indent_size = 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment