https://github.com/angular/angular
Raw File
Tip revision: 2ea541f4f8af499ad85f84a1c6c11d827e860cab authored by Dylan Hunn on 20 April 2022, 21:29:50 UTC
release: cut the v13.3.4 release (#45702)
Tip revision: 2ea541f
.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