https://github.com/angular/angular
Raw File
Tip revision: 28eecf571915f48e389d7b69c55d406001c31df8 authored by Alex Rickabaugh on 15 December 2021, 20:15:45 UTC
release: cut the v13.2.0-next.1 release (#44497)
Tip revision: 28eecf5
.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