https://github.com/Microsoft/TypeScript
Raw File
Tip revision: a1744f5dcd3115611171c39006c653635133c719 authored by Sheetal Nandi on 21 March 2023, 22:35:51 UTC
logs
Tip revision: a1744f5
.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