https://github.com/angular/angular
Raw File
Tip revision: deea6da0e00e8a0fca681670d65cf13d149dc482 authored by Matias Niemelä on 22 April 2020, 18:59:44 UTC
release: cut the v10.0.0-next.3 release
Tip revision: deea6da
.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