https://github.com/Microsoft/TypeScript
Raw File
Tip revision: 4a83d23d308ce2ff53ff91a5f4714eda39c8d42f authored by Nathan Shively-Sanders on 24 October 2022, 16:00:55 UTC
Merge branch 'main' into turn-off-web-server
Tip revision: 4a83d23
.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