https://github.com/angular/angular
Raw File
Tip revision: fbf1e637a7df74b4ee2fc440ddd325df96d22b02 authored by Igor Minar on 01 June 2015, 17:46:20 UTC
WIP: broccoli-funnel
Tip revision: fbf1e63
.editorconfig
# http://editorconfig.org

root = true

[*]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

[*.md]
insert_final_newline = false
trim_trailing_whitespace = false
back to top