https://github.com/angular/angular
Raw File
Tip revision: a3f3082bf0dfebad30158dff23f9ad19990518cc authored by atscott on 19 August 2020, 16:05:11 UTC
release: cut the v10.0.11 release
Tip revision: a3f3082
.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