https://github.com/angular/angular
Raw File
Tip revision: 03b35d2e8f1e1bcd58c6795e275a362690211796 authored by Igor Minar on 06 January 2017, 20:40:35 UTC
docs(changelog): add release notes for 2.4.2
Tip revision: 03b35d2
.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