https://github.com/angular/angular
Raw File
Tip revision: 8cfb53df0141c725b67b09dd5c8777bd2992033c authored by Andrew Scott on 27 April 2022, 18:23:40 UTC
release: cut the v13.3.5 release (#45780)
Tip revision: 8cfb53d
.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