https://github.com/Microsoft/TypeScript
Raw File
Tip revision: 5542e396d71b0a8100164cf24790fffcc5d5bbe2 authored by Mohamed Hegazy on 29 August 2015, 00:52:47 UTC
Update LKG
Tip revision: 5542e39
.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