https://github.com/angular/angular
Raw File
Tip revision: 539d720fcde2ba5094224abc6e7380f9f6d4828f authored by Andrew Scott on 10 November 2021, 23:41:43 UTC
release: cut the v13.0.1 release (#44139)
Tip revision: 539d720
.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