https://github.com/Microsoft/TypeScript
Raw File
Tip revision: a076e9ebe25c567645c508533b4aff51925bab2f authored by TypeScript Bot on 19 May 2020, 22:33:09 UTC
Bump version to 3.9.3 and LKG
Tip revision: a076e9e
.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