https://github.com/angular/angular
Raw File
Tip revision: 35a61b449a809f268df2b2db9de73d9d9d959bb0 authored by Naomi Black on 09 October 2015, 01:46:46 UTC
chore(changelog): update change log to alpha-40
Tip revision: 35a61b4
.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