https://github.com/Microsoft/TypeScript
Raw File
Tip revision: dc0b0438aa7cbd3a5994b5390b8849310be4c28f authored by Ron Buckton on 23 February 2016, 00:46:53 UTC
Merge branch 'transforms-transformer-es7' into transforms-transformer-es6
Tip revision: dc0b043
.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