https://github.com/angular/angular
Raw File
Tip revision: 2b6749f5a0448153a14729b7d9e22c9d6c87712e authored by Andrew Scott on 16 March 2022, 19:41:35 UTC
release: cut the v14.0.0-next.7 release (#45368)
Tip revision: 2b6749f
.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

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