https://github.com/angular/angular
Raw File
Tip revision: 28a92b2bcd182eab71914b687f9a201d55e0b7ed authored by Chuck Jazdzewski on 21 December 2016, 22:26:13 UTC
docs(changelog): add changelog for 2.4.1
Tip revision: 28a92b2
.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