https://github.com/angular/angular
Revision 09dcf8639682c02b61d1df3c42f5578374125712 authored by Joey Perrott on 24 March 2021, 16:17:05 UTC, committed by GitHub on 24 March 2021, 16:17:05 UTC
1 parent 2d183f6
Raw File
Tip revision: 09dcf8639682c02b61d1df3c42f5578374125712 authored by Joey Perrott on 24 March 2021, 16:17:05 UTC
release: cut the v11.2.7 release (#41336)
Tip revision: 09dcf86
.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