https://github.com/Microsoft/TypeScript
Raw File
Tip revision: 2dbc531cf4cd8758dc0c94465d874d1013d3c5a4 authored by Mohamed Hegazy on 05 January 2017, 20:24:03 UTC
Update LKG
Tip revision: 2dbc531
.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