https://github.com/Microsoft/TypeScript
Raw File
Tip revision: e5fce042cab9bf42c923d68f6c5efea52dc8392a authored by Ron Buckton on 10 July 2015, 18:42:03 UTC
Added location parameter to argument list for create functions
Tip revision: e5fce04
.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