https://github.com/Microsoft/TypeScript
Raw File
Tip revision: de14792d1c092c7b3dc234353ba7f8c3548aac41 authored by Ron Buckton on 07 April 2020, 02:23:00 UTC
Merge branch 'master' into inferToPromiseLikeTypes
Tip revision: de14792
.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