https://github.com/angular/angular
Raw File
Tip revision: 77504f18afd4ff0bacf35599ab4f85892cc92048 authored by Pawel Kozlowski on 16 August 2023, 17:30:20 UTC
release: cut the v17.0.0-next.0 release
Tip revision: 77504f1
.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