https://github.com/angular/angular
Raw File
Tip revision: c4b6d474f87d3f1d094b7ab28cc8bdc2840734dd authored by Paul Gschwendtner on 14 July 2023, 15:21:34 UTC
WIP STYLING: temp change to fix styling template pipeline emit
Tip revision: c4b6d47
.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