https://github.com/angular/angular
Raw File
Tip revision: f1741b10f296e688caf8bb3d5cd1596208bdeabd authored by Igor Minar on 10 December 2015, 03:28:52 UTC
docs(changelog): release notes for 2.0.0-alpha.51
Tip revision: f1741b1
.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