Revision 20f3060da52e3e04afbd5f1f50b4949677b801f9 authored by Oleksandr T on 16 December 2022, 16:41:32 UTC, committed by GitHub on 16 December 2022, 16:41:32 UTC
* add JSDocOverloadTag to ForEachChildTable

* fix tests

* change imports order
1 parent ba793e6
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