https://github.com/Microsoft/TypeScript
Raw File
Tip revision: 1d901bfa82f7f166ee3779f8541741d6a25dc52d authored by Daniel Rosenwasser on 04 October 2022, 23:34:20 UTC
Updated test case and baseline.
Tip revision: 1d901bf
.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