https://github.com/Microsoft/TypeScript
Raw File
Tip revision: e5dd34f9e69f517182abfc996a10b8312b14e015 authored by Mohamed Hegazy on 17 February 2016, 06:09:30 UTC
Update LKG
Tip revision: e5dd34f
.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