https://github.com/angular/angular
Raw File
Tip revision: 6ae1f198e68f1a8529e4b186584e1398b1d3197f authored by Alex Rickabaugh on 30 September 2020, 17:16:17 UTC
release: cut the v11.0.0-next.4 release
Tip revision: 6ae1f19
.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