https://github.com/angular/angular
Raw File
Tip revision: 2e0640a3239c3857d7e842b468a900ad87518517 authored by Kevin Moore on 11 August 2015, 20:53:46 UTC
refactor: update analyzer_plugin dev_dependencies to include version constraints
Tip revision: 2e0640a
.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