https://github.com/angular/angular
Raw File
Tip revision: 7a1f964201ef04d66ce3a53c37faa52538ea9e43 authored by Igor Minar on 20 October 2016, 22:36:02 UTC
chore(release): cut the 2.1.1 release
Tip revision: 7a1f964
.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