https://github.com/angular/angular
Revision c988487f03501f9518fa3112c63dd33fa5dc3b92 authored by Dylan Hunn on 04 May 2022, 20:06:21 UTC, committed by Dylan Hunn on 04 May 2022, 20:07:02 UTC
1 parent 2dbdebc
Raw File
Tip revision: c988487f03501f9518fa3112c63dd33fa5dc3b92 authored by Dylan Hunn on 04 May 2022, 20:06:21 UTC
docs: release notes for the v13.3.6 release (#45874)
Tip revision: c988487
.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