Revision 1b97d03b8a0f6e88a26051cfb854ac9c5cd627cd authored by TypeScript Bot on 31 July 2020, 22:06:29 UTC, committed by GitHub on 31 July 2020, 22:06:29 UTC
Co-authored-by: typescript-bot <typescript@microsoft.com>
1 parent d3877d2
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