https://github.com/angular/angular
Raw File
Tip revision: 115aafbe51cf0ff6ca0dd47d64f944e37e5dd86b authored by Dylan Hunn on 30 March 2022, 21:09:45 UTC
release: cut the v14.0.0-next.10 release (#45484)
Tip revision: 115aafb
.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