https://github.com/Microsoft/TypeScript
Raw File
Tip revision: 5764cdc8ec19da02858376ae5c1407a923c2d124 authored by Daniel Rosenwasser on 31 October 2021, 19:35:06 UTC
Bump version to 4.4.1-rc and LKG
Tip revision: 5764cdc
.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