https://github.com/angular/angular
Raw File
Tip revision: c588101529b67e4ee5d73d4d1e991184e7327c20 authored by Jacob MacDonald on 30 June 2015, 21:13:50 UTC
fix(change detectors): Fix deduping of protos in transformed dart mode.
Tip revision: c588101
.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