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