https://github.com/angular/angular
Raw File
Tip revision: f3d2623f0ffe2d0d320e06cda68683aee75c3f5e authored by Igor Minar on 05 April 2018, 17:55:25 UTC
docs: add changelog for 6.0.0-rc.2
Tip revision: f3d2623
.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