https://github.com/angular/angular
Revision 15dadb92ef0c7bc13fac14bf9b18c2dd89554b5b authored by Pete Bacon Darwin on 20 September 2018, 11:58:10 UTC, committed by Alex Rickabaugh on 01 October 2018, 16:36:33 UTC
1 parent ce06a75
Raw File
Tip revision: 15dadb92ef0c7bc13fac14bf9b18c2dd89554b5b authored by Pete Bacon Darwin on 20 September 2018, 11:58:10 UTC
build(docs-infra): include directives etc in class descendants lists (#25768)
Tip revision: 15dadb9
.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