https://github.com/Microsoft/TypeScript
Raw File
Tip revision: 76401adba33b71e70d76961d7d66064243be0243 authored by TypeScript Bot on 16 June 2022, 17:59:56 UTC
Bump version to 4.7.4 and LKG
Tip revision: 76401ad
.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