https://github.com/Microsoft/TypeScript
Raw File
Tip revision: 1294ee8c1f37c8bf214db67e180edb3220a52236 authored by TypeScript Bot on 30 June 2021, 22:06:15 UTC
Bump version to 4.3.5 and LKG
Tip revision: 1294ee8
.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