https://github.com/angular/angular
Raw File
Tip revision: e6ee7c2aebc65b70c89224d5c226751e0d3d7223 authored by Joey Perrott on 02 September 2020, 20:06:00 UTC
release: cut the v11.0.0-next.0 release
Tip revision: e6ee7c2
.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