https://github.com/angular/angular
Revision 9c2f219a408ddc84826f01d55da15439ac4fae33 authored by Paul Gschwendtner on 01 May 2022, 07:43:09 UTC, committed by Dylan Hunn on 02 May 2022, 16:28:40 UTC
Updates ng-dev to the latest clang-format version which fixes the AMD
x64 binaries.

PR Close #45834
1 parent 6662a97
Raw File
Tip revision: 9c2f219a408ddc84826f01d55da15439ac4fae33 authored by Paul Gschwendtner on 01 May 2022, 07:43:09 UTC
build: update ng-dev with updated clang-format version to fix formatting (#45834)
Tip revision: 9c2f219
.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