https://github.com/Microsoft/TypeScript
Raw File
Tip revision: 635347ef25dea3b2691ba712e6412e7c37c1b113 authored by Ron Buckton on 23 February 2016, 23:04:47 UTC
Fixed typo in visitEachChild
Tip revision: 635347e
.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