https://github.com/angular/angular
Raw File
Tip revision: 8a547eeee0ca995f798bdb95688eb6cda15ad9c0 authored by Hans Larsen on 16 June 2017, 16:41:51 UTC
docs: add changelog for 4.2.3
Tip revision: 8a547ee
.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