https://github.com/Microsoft/TypeScript
Raw File
Tip revision: b7de5e3c4cd11f9bdbcb5e741125f79ec9853bfe authored by TypeScript Bot on 16 June 2021, 00:17:18 UTC
Bump version to 3.9.10 and LKG
Tip revision: b7de5e3
.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