https://github.com/angular/angular
Raw File
Tip revision: 5080baf98c502076ae069dbad0e0f95585d7476e authored by Igor Minar on 29 June 2015, 21:48:46 UTC
build: speed up karma run by passing in list of dist files that changed
Tip revision: 5080baf
.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