https://github.com/Microsoft/TypeScript
Raw File
Tip revision: b7d31bcd69d88ffab78b82757d05b81451b44986 authored by Daniel Rosenwasser on 09 November 2021, 02:23:49 UTC
Switch to sparse array for deferred nodes.
Tip revision: b7d31bc
.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