https://github.com/twbs/bootstrap
Revision 028863dd08b52c3177cf30df37681406ec2f02a5 authored by Bardi Harborow on 15 July 2017, 09:25:13 UTC, committed by Bardi Harborow on 16 July 2017, 03:51:16 UTC
1 parent bde1652
Raw File
Tip revision: 028863dd08b52c3177cf30df37681406ec2f02a5 authored by Bardi Harborow on 15 July 2017, 09:25:13 UTC
Fall back to ESLint v3 indentation behaviour.
Tip revision: 028863d
.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