https://github.com/twbs/bootstrap
Raw File
Tip revision: 35f80bb12e4e71fd777ee60ffa43711d8f84b1a6 authored by Mark Otto on 11 August 2017, 03:56:35 UTC
bump to beta
Tip revision: 35f80bb
.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

[*.py]
indent_size = 4
back to top