https://github.com/Microsoft/TypeScript
Raw File
Tip revision: 45387b875a1099dc1e43b4ed2b7914d1a2f631df authored by Daniel Rosenwasser on 11 October 2018, 23:17:08 UTC
Update LKG.
Tip revision: 45387b8
.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