https://github.com/angular/angular
Raw File
Tip revision: 3c3a947778fc2941b035e9e6efb6fb883a4dd79c authored by Dylan Hunn on 17 January 2024, 22:07:29 UTC
Revert "refactor(core): improve forwardRef typings"
Tip revision: 3c3a947
.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