https://github.com/angular/angular
Raw File
Tip revision: ee5b1cf076cb977b86bbe265e5243f145f4d1e4a authored by Dylan Hunn on 25 October 2023, 21:20:58 UTC
release: cut the v16.2.11 release
Tip revision: ee5b1cf
.editorconfig
# Editor configuration, see https://editorconfig.org
root = true

[*]
charset = utf-8
indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true

[*.md]
max_line_length = off
trim_trailing_whitespace = false
back to top