https://github.com/twbs/bootstrap
Raw File
Tip revision: 81df608a40bf0629a1dc08e584849bb1e43e0b7a authored by Mark Otto on 24 November 2015, 19:37:05 UTC
prep release
Tip revision: 81df608
.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