https://github.com/angular/angular
Raw File
Tip revision: aec2589492f7fb068ef357e4c6c8599a71c927b4 authored by Ben Hong on 20 May 2024, 22:38:23 UTC
docs: add missing border on embedded editor
Tip revision: aec2589
.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

[*.ts]
quote_type = single

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