https://github.com/twbs/bootstrap
Raw File
Tip revision: 5f2480a90ab911babc53039835fe78c6fc12646d authored by XhmikosR on 06 August 2020, 16:22:43 UTC
Prepare v4.5.2. (#31444)
Tip revision: 5f2480a
.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