https://github.com/Microsoft/TypeScript
Raw File
Tip revision: 0951a94a61dd6f1d4032ac2a549444d347d4927f authored by Mohamed Hegazy on 30 January 2018, 19:52:18 UTC
Update LKG
Tip revision: 0951a94
.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