https://github.com/angular/angular
Raw File
Tip revision: f4b5011bfabfafaed5b46812394e3f68cb3ed5c3 authored by Brian Ford on 27 June 2015, 01:15:10 UTC
feat(router): support deep-linking to anywhere in the app
Tip revision: f4b5011
.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