https://github.com/angular/angular
Raw File
Tip revision: 3ccb4490a43ede51088615fd6bcffdcb98fdc45e authored by Miško Hevery on 13 June 2018, 23:08:29 UTC
release: cut the v6.1.0-beta.1 release
Tip revision: 3ccb449
.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