https://github.com/Microsoft/TypeScript
Raw File
Tip revision: 31c90ecf4596a9b9e9261ba64a98f0fe706c1cd3 authored by Daniel Rosenwasser on 28 April 2018, 00:04:31 UTC
Use anticipated 'echoIsTTY' member for ChakraCore host.
Tip revision: 31c90ec
.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