https://github.com/angular/angular
Raw File
Tip revision: d684e5a8d33cbf42a19e81b629f60f2d8f56bac6 authored by twerske on 20 January 2021, 05:17:25 UTC
docs: add embedded videos to error guides (#40453)
Tip revision: d684e5a
.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