https://github.com/angular/angular
Raw File
Tip revision: 9a9a7ac7b523cce7fa9d9def0201c75cb935ea6d authored by Alex Rickabaugh on 30 November 2016, 23:18:38 UTC
docs(changelog): add changelog for 2.2.4
Tip revision: 9a9a7ac
.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