https://github.com/Microsoft/TypeScript
Raw File
Tip revision: 0c78b837a1d362bc19afd3d4eb9a33f3630340cc authored by Ron Buckton on 25 May 2022, 01:27:01 UTC
Ensure dynamically imported plugins are loaded in the correct order
Tip revision: 0c78b83
.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