https://github.com/angular/angular
Raw File
Tip revision: 77329b70a088d226eb0f9c3e1171d9fdc9e31c3f authored by Ben Hong on 12 March 2024, 19:18:54 UTC
docs: fix missing security guide in navigation (#54830)
Tip revision: 77329b7
.editorconfig
# https://editorconfig.org

root = true

[*]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

[*.md]
insert_final_newline = false
trim_trailing_whitespace = false
back to top