https://github.com/angular/angular
Raw File
Tip revision: d6679e2969d724e3cab9ece004d636cf036e1a6d authored by Alex Rickabaugh on 30 September 2021, 20:00:27 UTC
release: cut the v12.2.8 release (#43654)
Tip revision: d6679e2
.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