https://github.com/angular/angular
Raw File
Tip revision: 279c57f38dc6fb60a3c0534e31b5a82cf2ff4373 authored by Keen Yee Liau on 16 January 2019, 23:17:26 UTC
fix(bazel): Fix integration test after v8 bump (#28194)
Tip revision: 279c57f
.editorconfig
# https://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