https://github.com/Microsoft/TypeScript
Raw File
Tip revision: 524480f2b2d860963b08d6bfe5f0497506182194 authored by TypeScript Bot on 26 October 2020, 21:19:52 UTC
Bump version to 4.0.5 and LKG
Tip revision: 524480f
.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