https://github.com/angular/angular
Raw File
Tip revision: 45badde88c145d554687884d909436aa5bd1147d authored by Andrew Scott on 15 May 2024, 20:35:11 UTC
release: cut the v17.3.9 release
Tip revision: 45badde
.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