https://github.com/angular/angular
Raw File
Tip revision: c501e86fd2a9d4acff1d1106392b1d3d0ecb03a4 authored by Dylan Hunn on 18 August 2021, 17:15:31 UTC
release: cut the v12.2.2 release (#43195)
Tip revision: c501e86
.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