https://github.com/angular/angular
Raw File
Tip revision: e3f09ce845cef9fd2c89d39d0d822114c51e68fa authored by Alex Rickabaugh on 10 February 2021, 22:04:14 UTC
release: cut the v11.2.0 release (#40790)
Tip revision: e3f09ce
.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