https://github.com/Microsoft/TypeScript
Raw File
Tip revision: b512d91a351c474b1530f87faf6e5c53fb71c30d authored by TypeScript Bot on 10 December 2020, 02:50:26 UTC
Bump version to 4.1.3 and LKG
Tip revision: b512d91
.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