https://github.com/angular/angular
Raw File
Tip revision: ebd94ef41b5fdd1acc89ae21d6476122aa10521e authored by Andrew Scott on 13 January 2021, 21:26:54 UTC
release: cut the v11.1.0-rc.0 release (#40420)
Tip revision: ebd94ef
.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