https://github.com/Microsoft/TypeScript
Raw File
Tip revision: 79facc0d17a3a42241267213bcc2c77daf7cdc91 authored by Daniel Rosenwasser on 04 December 2019, 07:33:19 UTC
Update LKG.
Tip revision: 79facc0
.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