https://github.com/Microsoft/TypeScript
Raw File
Tip revision: 9b778b3494be00d70b351833228e8e2087d23ac4 authored by TypeScript Bot on 10 February 2021, 00:20:23 UTC
Bump version to 3.9.9 and LKG
Tip revision: 9b778b3
.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