https://github.com/Microsoft/TypeScript
Raw File
Tip revision: d6dac6a6cb83164db329482357dbd2ed3a6f459b authored by Kanchalai Tanglertsampan on 25 August 2016, 23:23:32 UTC
Update LKG 08/25
Tip revision: d6dac6a
.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