https://github.com/angular/angular
Raw File
Tip revision: e8c8a8df6a7331d8bf096d0dd95feb854c9c5f87 authored by Amit Gharat on 13 November 2020, 17:41:16 UTC
docs: add Angular + NgRx book by the asian BPB Publications (#39680)
Tip revision: e8c8a8d
.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