https://github.com/angular/angular
Raw File
Tip revision: 5fe88d63efba0b9fd6d62feee419e3419dd6feba authored by Kevin Moore on 26 May 2015, 20:51:54 UTC
chore: support the latest release of Dart logging package
Tip revision: 5fe88d6
.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