https://github.com/angular/angular
Raw File
Tip revision: 7ab718176329e31bd1374df8cc26a2e3cab45c9d authored by Dylan Hunn on 25 March 2022, 19:40:11 UTC
release: cut the v14.0.0-next.9 release (#45442)
Tip revision: 7ab7181
.editorconfig
# Editor configuration, see https://editorconfig.org
root = true

[*]
charset = utf-8
indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true

[*.ts]
quote_type = single

[*.md]
max_line_length = off
trim_trailing_whitespace = false
back to top