https://github.com/angular/angular
Raw File
Tip revision: 5f6323c36d2c1ed53c85ba20fe47da3b1174ac20 authored by Pawel Kozlowski on 29 November 2023, 17:15:12 UTC
release: cut the v17.0.5 release
Tip revision: 5f6323c
.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