https://github.com/angular/angular
Raw File
Tip revision: 180b705227284c80b06c7e0ed8f8dc1ee57bf524 authored by Igor Minar on 02 March 2017, 06:44:50 UTC
release: cut the 4.0.0-rc.2 release
Tip revision: 180b705
.editorconfig
# http://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