https://github.com/Microsoft/TypeScript
Raw File
Tip revision: 53a34ce71630fce7b1ebc89f3451a2e70d58a4dd authored by Anders Hejlsberg on 29 September 2019, 15:08:42 UTC
Optimize checking for signatures with control flow effects
Tip revision: 53a34ce
.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