https://github.com/twbs/bootstrap
Raw File
Tip revision: 593574d510050dc2d5eeafe70a58ae182f020480 authored by XhmikosR on 26 November 2019, 17:12:00 UTC
Release v4.4.0 (#29735)
Tip revision: 593574d
.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