https://github.com/angular/angular
Raw File
Tip revision: 836530fdfde987f60716b16e6bebfa4f2f51112b authored by Paul Gschwendtner on 13 October 2023, 10:37:44 UTC
test: update symbol golden for defer
Tip revision: 836530f
.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