https://github.com/angular/angular
Raw File
Tip revision: 652ac79d639b340060919b38de18b22f68712c2a authored by Greg Magolan on 16 October 2018, 20:20:00 UTC
build: idiomatic install of @angular/bazel npm package (#26258)
Tip revision: 652ac79
.editorconfig
# Editor configuration, see http://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