https://github.com/angular/angular
Raw File
Tip revision: d138b38bdb5d20338d9cb000c46a58a6e3977271 authored by Misko Hevery on 03 January 2018, 23:54:46 UTC
docs: add changelog for 5.1.3
Tip revision: d138b38
.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