https://github.com/Microsoft/TypeScript
Raw File
Tip revision: 790a5c7735373475505dfc98af6d87241b165ed3 authored by Mohamed Hegazy on 15 November 2016, 19:53:59 UTC
Update LKG
Tip revision: 790a5c7
.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