https://github.com/angular/angular
Raw File
Tip revision: 41698bf5fdf9a51f1250875af63b0ef32f87b0e3 authored by Victor Berchet on 06 June 2018, 18:49:25 UTC
release: cut the v6.0.4 release
Tip revision: 41698bf
.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