Skip to content

Instantly share code, notes, and snippets.

@nailton
Created March 2, 2014 19:38
Show Gist options
  • Save nailton/9312567 to your computer and use it in GitHub Desktop.
Save nailton/9312567 to your computer and use it in GitHub Desktop.
.editorconfig for twitter bootstrap
# editorconfig.org
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.py]
indent_size = 4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment