https://github.com/angular/angular
Raw File
Tip revision: eb52d9eabd13100ef5dc10f1934d2b8455fa1cdc authored by Jessica Janiuk on 14 December 2022, 19:54:33 UTC
release: cut the v15.1.0-next.3 release
Tip revision: eb52d9e
.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