https://github.com/Microsoft/TypeScript
Raw File
Tip revision: 1df61cb180d45593afdc6bf09301ee7ae656f6e6 authored by Daniel Rosenwasser on 13 November 2018, 01:54:45 UTC
Update LKG.
Tip revision: 1df61cb
.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