https://github.com/twbs/bootstrap
Raw File
Tip revision: 0b9c4a4007c44201dce9a6cc1a38407005c26c86 authored by Chris Rebert on 25 July 2016, 15:51:54 UTC
Regenerate Customizer JavaScript
Tip revision: 0b9c4a4
.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