https://github.com/Microsoft/TypeScript
Raw File
Tip revision: 2e47e2eb78dee806eae4fb13b23cf4dc59e4834d authored by Ron Buckton on 23 February 2016, 18:55:58 UTC
Merge branch 'transforms-transformer' into transforms-printer
Tip revision: 2e47e2e
.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