https://github.com/angular/angular
Raw File
Tip revision: ec0acf9a1b15303d8368393dce36ad393cd16de1 authored by Igor Minar on 27 October 2016, 16:28:07 UTC
chore(release): cut the 2.2.0-beta.0 release
Tip revision: ec0acf9
.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