https://github.com/angular/angular
Raw File
Tip revision: 0fdd6f972650ed98869b0a73f1fc1a7262b299b8 authored by Jessica Janiuk on 12 October 2022, 17:44:16 UTC
release: cut the v14.2.6 release
Tip revision: 0fdd6f9
.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