https://github.com/angular/angular
Raw File
Tip revision: 8de2ace80a99709897542019a9f313a83156b2d8 authored by Miško Hevery on 26 July 2017, 23:09:54 UTC
docs: add changelog for 4.3.2
Tip revision: 8de2ace
.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