https://github.com/twbs/bootstrap
Raw File
Tip revision: 5816fae8033054f58fd243b7b24f3162cd56361a authored by XhmikosR on 20 March 2024, 15:46:33 UTC
Bring in .bd-announcement fixes
Tip revision: 5816fae
.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