https://github.com/angular/angular
Raw File
Tip revision: d63f71931eb1f1d550c33abe1906fd6dcffa0212 authored by Ben Hong on 27 March 2024, 18:10:49 UTC
docs: fix outdated security guide reference
Tip revision: d63f719
.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