https://github.com/angular/angular
Raw File
Tip revision: 9a8a6d7b75ac62c9cacb931d7a93ba09c21064fc authored by Ben Hong on 29 April 2024, 17:33:40 UTC
docs: add README for adev site
Tip revision: 9a8a6d7
.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