https://github.com/angular/angular
Raw File
Tip revision: dad213e8c71eb31d140b7c9f48fc16827411f22c authored by Jessica Janiuk on 22 September 2021, 18:58:36 UTC
release: cut the v12.2.7 release (#43537)
Tip revision: dad213e
.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