https://github.com/twbs/bootstrap
Raw File
Tip revision: 1f46337a89ed21c94a7c37bc0c0e14a71fef7d97 authored by Mark Otto on 12 July 2018, 15:47:40 UTC
Update README.md
Tip revision: 1f46337
.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