https://github.com/twbs/bootstrap
Raw File
Tip revision: c068162161154a4b85110ea1e7dd3d7897ce2b72 authored by Mark Otto on 26 June 2014, 16:36:48 UTC
maxcdn urls
Tip revision: c068162
.editorconfig
# 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
back to top