https://github.com/Microsoft/TypeScript
Raw File
Tip revision: 1d850c0927107d0f0f1efdfc3c160436ed010c92 authored by TypeScript Bot on 10 May 2021, 19:48:05 UTC
Cherry-pick PR #44008 into release-4.3 (#44029)
Tip revision: 1d850c0
.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