https://github.com/Microsoft/TypeScript
Raw File
Tip revision: f4bbfd3c2b9dc74e892645cddde8cbe3c6cc4048 authored by rbuckton on 17 September 2016, 21:27:24 UTC
Merge branch 'master' into transforms-minGenerators
Tip revision: f4bbfd3
.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