https://github.com/Microsoft/TypeScript
Raw File
Tip revision: 3e5466ec51c39c6a2396e53066b4b388e72ae1a7 authored by Sheetal Nandi on 22 March 2023, 19:20:29 UTC
Read log file or requests file if supplied as input
Tip revision: 3e5466e
.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