https://github.com/angular/angular
Raw File
Tip revision: bf05c979a78ca1a0f8f1aea41ccfc9d4a3f20e1d authored by Alex Rickabaugh on 28 October 2020, 21:03:23 UTC
release: cut the v11.0.0-rc.1 release
Tip revision: bf05c97
.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