https://github.com/angular/angular
Raw File
Tip revision: 72c11f33b5cfb3c49d1d4aeab5e970b400f76d3d authored by Andrew Kushnir on 11 May 2022, 17:15:36 UTC
release: cut the v13.3.7 release
Tip revision: 72c11f3
.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