https://github.com/angular/angular
Raw File
Tip revision: 642cc1c349d31d2e4b89a8c8ee5f090a2ac599c3 authored by Pawel Kozlowski on 08 February 2023, 18:23:17 UTC
release: cut the v15.2.0-next.4 release
Tip revision: 642cc1c
.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