https://github.com/Microsoft/TypeScript
Raw File
Tip revision: 75b2181e17c88d62b9a17f1d25afb05e2a3e42f2 authored by Ron Buckton on 23 February 2016, 23:41:14 UTC
Merge branch 'transforms-transformer' into transforms-printer
Tip revision: 75b2181
.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