https://github.com/twbs/bootstrap
Raw File
Tip revision: dca1ab7d877bc4b664b43604657a2b5fbe2b4ecb authored by XhmikosR on 28 November 2019, 12:37:56 UTC
Release v4.4.1.
Tip revision: dca1ab7
.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