https://github.com/angular/angular
Raw File
Tip revision: de1e35b944859d438c4fdfa3ff62fb92113bca4f authored by Andrew Kushnir on 26 January 2022, 19:44:41 UTC
release: cut the v13.2.0 release (#44838)
Tip revision: de1e35b
.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