https://github.com/angular/angular
Raw File
Tip revision: b8183614f59e4bfef79c673346b700d39a669d2f authored by Alex Rickabaugh on 25 August 2021, 21:02:48 UTC
release: cut the v12.2.3 release (#43257)
Tip revision: b818361
.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