https://github.com/Microsoft/TypeScript
Raw File
Tip revision: c698baf5fcce062f76464717d3cbc69c0717a1de authored by Daniel Rosenwasser on 29 August 2018, 21:58:12 UTC
Update LKG.
Tip revision: c698baf
.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