https://github.com/twbs/bootstrap
Raw File
Tip revision: f17f882df292b29323f1e1da515bd16f326cee4a authored by XhmikosR on 03 August 2019, 14:09:03 UTC
Disable crawling on Netlify. (#29193)
Tip revision: f17f882
.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