https://github.com/angular/angular
Raw File
Tip revision: 4002f0121e3c9e15e80195a2cf720f07b266989a authored by Andrew Kushnir on 07 September 2022, 17:28:39 UTC
release: cut the v14.2.1 release
Tip revision: 4002f01
.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