https://github.com/angular/angular
Raw File
Tip revision: 587093c3a55019bbffa11eecfa0f0371d7105057 authored by Jessica Janiuk on 30 August 2023, 17:54:31 UTC
release: cut the v16.2.3 release
Tip revision: 587093c
.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