https://github.com/angular/angular
Raw File
Tip revision: b293c6a77c974483185a98ef4b9a1aea58f87eeb authored by Andrew Scott on 20 March 2023, 20:28:27 UTC
refactor(core): Remove VE/Render3 aliases from ViewRef code (#49499)
Tip revision: b293c6a
.editorconfig
# https://editorconfig.org

root = true

[*]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

[*.md]
insert_final_newline = false
trim_trailing_whitespace = false
back to top