https://github.com/angular/angular
Raw File
Tip revision: e68258572f601399fedb96f734bdce37f158c8c2 authored by Alex Eagle on 19 May 2015, 18:37:17 UTC
chore(build): record the version of node we expect.
Tip revision: e682585
.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