https://github.com/twbs/bootstrap
Raw File
Tip revision: 779ad9f174ea5ab7e755f6df0ec9e5912d67dd16 authored by Mark Otto on 30 April 2018, 05:28:01 UTC
Bump version to v4.1.1
Tip revision: 779ad9f
.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