https://github.com/angular/angular
Raw File
Tip revision: e5c22719720dc082d8191e7a7d1625e40a7d5f62 authored by Pawel Kozlowski on 14 June 2023, 16:38:55 UTC
release: cut the v16.1.1 release
Tip revision: e5c2271
.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