https://github.com/angular/angular
Raw File
Tip revision: 46e8982c6a1fe2a81bd4aa74011ff7964aaf8a70 authored by Paul Gschwendtner on 24 August 2022, 08:02:50 UTC
build: invalidate circleci cache to prune unused nested node modules (#47240)
Tip revision: 46e8982
.editorconfig
# Editor configuration, see https://editorconfig.org
root = true

[*]
charset = utf-8
indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true

[*.md]
max_line_length = off
trim_trailing_whitespace = false
back to top