https://github.com/angular/angular
Raw File
Tip revision: 7cd79b8e01c5d99fabab6439beb9c63078102f2e authored by Paul Gschwendtner on 21 April 2022, 13:45:42 UTC
build: updates to account for github primary branch rename [v11] (#45718)
Tip revision: 7cd79b8
.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