https://github.com/twbs/bootstrap
Raw File
Tip revision: 4c547f2175b9a05aa43551f6927da83fe249ce42 authored by XhmikosR on 10 December 2018, 09:15:54 UTC
Dist.
Tip revision: 4c547f2
.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