https://github.com/angular/angular
Raw File
Tip revision: 79aa8be54d05e2246006c8cee675d0fdac2c1586 authored by Jessica Janiuk on 13 July 2022, 19:06:25 UTC
release: cut the v14.0.6 release (#46827)
Tip revision: 79aa8be
.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