https://github.com/angular/angular
Raw File
Tip revision: 7231f5e26a9d319730373ed6ea871d7d7eb2dc6c authored by Tobias Bosch on 18 October 2017, 23:14:53 UTC
docs: add changelog for 4.4.6
Tip revision: 7231f5e
.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