https://github.com/angular/angular
Raw File
Tip revision: 8e65bdc84821b23ba5e15f056321f840d38ce789 authored by Alex Rickabaugh on 22 February 2024, 01:58:54 UTC
release: cut the v17.3.0-next.0 release
Tip revision: 8e65bdc
.editorconfig
# https://editorconfig.org

root = true

[*]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

[*.md]
insert_final_newline = false
trim_trailing_whitespace = false
back to top