https://github.com/angular/angular
Raw File
Tip revision: d0ccf5f1697c1c0d4e3c8ea7a25f3c87a239df7e authored by Igor Minar on 03 May 2018, 19:17:26 UTC
release: cut the v6.0.0 release
Tip revision: d0ccf5f
.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