https://github.com/angular/angular
Raw File
Tip revision: 65323286eda318b694a793c449887a5858a15069 authored by Dylan Hunn on 12 April 2022, 19:59:46 UTC
release: cut the v14.0.0-next.12 release (#45603)
Tip revision: 6532328
.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