https://github.com/twbs/bootstrap
Raw File
Tip revision: 961d5ff9844372a4e294980c667bbe7e0651cdeb authored by XhmikosR on 03 October 2022, 07:44:02 UTC
Release v5.2.2 (#37236)
Tip revision: 961d5ff
.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
back to top