https://github.com/Microsoft/TypeScript
Raw File
Tip revision: a24aa6f57d281bafd3535f0f4c3f492364a8b4d6 authored by Mohamed Hegazy on 15 July 2015, 06:40:06 UTC
Update LKG
Tip revision: a24aa6f
.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