https://github.com/angular/angular
Raw File
Tip revision: cadeb46dfd34af70fbf25274359f47eff731c449 authored by Hank Duan on 25 June 2015, 00:10:57 UTC
address comments
Tip revision: cadeb46
.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