https://github.com/twbs/bootstrap
Raw File
Tip revision: 3b558734382ce58b51e5fc676453bfd53bba9201 authored by Mark Otto on 24 July 2018, 02:25:52 UTC
Ship v4.1.3
Tip revision: 3b55873
.editorconfig
# editorconfig.org

root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true

[*.md]
trim_trailing_whitespace = false
back to top