https://github.com/angular/angular
Raw File
Tip revision: 95e9107899e504a87a8c464ec1a3542a5ae2d5cd authored by Alex Rickabaugh on 16 May 2018, 21:45:13 UTC
docs: add changelog for 5.2.11
Tip revision: 95e9107
.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