https://github.com/angular/angular
Raw File
Tip revision: 51d53fc728979aaa6cb8fd692f8e24f45a11633c authored by Dylan Hunn on 17 January 2024, 22:36:40 UTC
release: cut the v17.1.0 release
Tip revision: 51d53fc
.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