https://github.com/twbs/bootstrap
Raw File
Tip revision: a716fb03f965dc0846df479e14388b1b4b93d7ce authored by XhmikosR on 13 October 2020, 15:38:30 UTC
Prepare v4.5.3. (#31880)
Tip revision: a716fb0
.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