https://github.com/Microsoft/TypeScript
Raw File
Tip revision: 9eb3d5a58be745121573c8efdb1b8afc2a9fbd8d authored by Anders Hejlsberg on 18 March 2023, 15:35:16 UTC
Add tests
Tip revision: 9eb3d5a
.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