https://github.com/Microsoft/TypeScript
Raw File
Tip revision: ad8c6c7e418bb1fff79da2f1c10a17ee4bdf339a authored by Daniel Rosenwasser on 10 February 2021, 20:09:30 UTC
Pin Node for Volta, bump version to 3.1.8, update LKG
Tip revision: ad8c6c7
.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