https://github.com/angular/angular
Raw File
Tip revision: acce69da754bfdd6eaf4a7fe0ff75e4e6c11a849 authored by Tobias Bosch on 26 March 2015, 20:29:47 UTC
bump version to 2.0.0-alpha.16
Tip revision: acce69d
.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