https://github.com/Microsoft/TypeScript
Raw File
Tip revision: ad314b05f0e0f177a0996d79179554574e269181 authored by Ron Buckton on 23 February 2016, 21:15:52 UTC
Merge branch 'transforms-printer' into transforms-transformer-ts
Tip revision: ad314b0
.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