https://github.com/Microsoft/TypeScript
Revision 9a09c37878a45b06994485fdb510eb4d24587dcb authored by Daniel Rosenwasser on 18 June 2022, 00:12:58 UTC, committed by GitHub on 18 June 2022, 00:12:58 UTC
1 parent d7e58c8
Raw File
Tip revision: 9a09c37878a45b06994485fdb510eb4d24587dcb authored by Daniel Rosenwasser on 18 June 2022, 00:12:58 UTC
Bump version to 4.8.0-beta, update baselines, and LKG
Tip revision: 9a09c37
.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