https://github.com/Microsoft/TypeScript
Raw File
Tip revision: 2e859a2650cd8154bc4d4acbb689b42d1a9949fe authored by Anders Hejlsberg on 17 February 2022, 19:48:23 UTC
Merge branch 'main' into fix44572
Tip revision: 2e859a2
.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