https://github.com/twbs/bootstrap
Raw File
Tip revision: 867e2bef8d9c9b901022899227b306a532f5baf3 authored by Mark Otto on 30 October 2013, 17:03:56 UTC
3.0.1
Tip revision: 867e2be
.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
back to top