https://github.com/twbs/bootstrap
Raw File
Tip revision: 65ffb1c3b6e94440812a2e228cb8e8be512652ec authored by Mark Otto on 06 January 2017, 16:41:52 UTC
hashes
Tip revision: 65ffb1c
.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