https://github.com/Microsoft/TypeScript
Raw File
Tip revision: c388222b29228a572b4e3c9ca907863d0b1945c6 authored by TypeScript Bot on 29 May 2020, 01:35:22 UTC
Bump version to 3.9.5 and LKG
Tip revision: c388222
.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