https://github.com/Microsoft/TypeScript
Raw File
Tip revision: 024eff133450a848ed1a47936881b0a4fe2bf82c authored by Ron Buckton on 22 February 2016, 23:30:05 UTC
Merge branch 'transforms-flags' into transforms-transformer
Tip revision: 024eff1
.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