https://github.com/angular/angular
Raw File
Tip revision: 2a3db67cdf2855195b5e1c207f7d682182f9a415 authored by Andrew Kushnir on 25 April 2024, 15:31:00 UTC
release: cut the v18.0.0-next.6 release
Tip revision: 2a3db67
.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