Skip to content

Instantly share code, notes, and snippets.

@adamkudrna
Last active May 2, 2016 14:02
Show Gist options
  • Save adamkudrna/539253f312ff4dcbc626 to your computer and use it in GitHub Desktop.
Save adamkudrna/539253f312ff4dcbc626 to your computer and use it in GitHub Desktop.
.editorconfig
# http://editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = space
indent_size = 4
[*.{js,json}]
indent_size = 2
[.*rc]
indent_size = 2
[*.md]
trim_trailing_whitespace = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment