https://github.com/angular/angular
Raw File
Tip revision: 0115e2b66493b06532f5399f3cad79e6149aed7f authored by Alex Rickabaugh on 15 December 2021, 19:31:25 UTC
release: cut the v13.1.1 release (#44495)
Tip revision: 0115e2b
.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