https://github.com/Microsoft/TypeScript
Raw File
Tip revision: 4b009e3098dcd4978ab11ca3ea2c1bcbc1a227d2 authored by Benjamin Lichtman on 03 April 2019, 22:12:03 UTC
Update versions and LKG for 3.4.2 (#30741)
Tip revision: 4b009e3
.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