https://github.com/angular/angular
Raw File
Tip revision: f00f8c48632cfa4d0d73009ae06cb71e7ef1706f authored by Andrew Scott on 16 March 2022, 19:07:42 UTC
release: cut the v13.3.0 release (#45365)
Tip revision: f00f8c4
.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