Revision 7259074dfbce5032025c99920960c5d805dda1f4 authored by Vladimir Matveev on 02 February 2016, 20:12:52 UTC, committed by Vladimir Matveev on 02 February 2016, 20:12:52 UTC
do not error if typings for external library is empty .d.ts file
2 parent s c6588d2 + fb99a66
Raw File
.editorconfig

root = true

[{src,scripts}/**.{ts,json,js}]
end_of_line = crlf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space
indent_size = 4
back to top