https://github.com/angular/angular
Raw File
Tip revision: 9226dd20e9eb0f0c402be3ccf8d1f32a7fa83427 authored by Andrew Kushnir on 07 December 2022, 21:58:42 UTC
release: cut the v15.1.0-next.2 release
Tip revision: 9226dd2
.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