https://github.com/angular/angular
Raw File
Tip revision: 2fcabe1557532e92d3e29f23295eb66f7638afe8 authored by Alex Rickabaugh on 04 August 2020, 23:13:39 UTC
release: cut the v10.1.0-next.4 release
Tip revision: 2fcabe1
.editorconfig
# https://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