https://github.com/twbs/bootstrap
Raw File
Tip revision: 89dc9750ec029a1479cba87f27ab936df6edb681 authored by XhmikosR on 04 August 2020, 16:24:33 UTC
Prepare v4.5.1. (#31408)
Tip revision: 89dc975
.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