https://github.com/Microsoft/TypeScript
Raw File
Tip revision: 83efc9f0d646bf86a3469e00c5ef5e4f7ab7cb95 authored by Daniel Rosenwasser on 11 February 2022, 01:14:20 UTC
Update LKG for 4.6.1-rc.
Tip revision: 83efc9f
.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