https://github.com/Microsoft/TypeScript
Raw File
Tip revision: d0340313982fe15561f7ca7ca16c7141e658bc6a authored by Daniel Rosenwasser on 09 October 2019, 19:51:45 UTC
Update LKG.
Tip revision: d034031
.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