https://github.com/angular/angular
Raw File
Tip revision: 29ecb398952d6a47af09a1ee9e87dcece72844c9 authored by Andrew Kushnir on 20 June 2024, 19:04:34 UTC
release: cut the v18.1.0-next.3 release
Tip revision: 29ecb39
.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

[*.ts]
quote_type = single

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