https://github.com/angular/angular
Raw File
Tip revision: 4c01a080a337afa648abd506328f010581a12b26 authored by Dylan Hunn on 16 May 2024, 23:31:52 UTC
dev-infra: update DEVELOPER.md release instructions for zone.js
Tip revision: 4c01a08
.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