https://github.com/Microsoft/TypeScript
Raw File
Tip revision: 107f832b80df2dc97748021cb00af2b6813db75b authored by Daniel Rosenwasser on 01 November 2022, 03:13:23 UTC
Update LKG.
Tip revision: 107f832
.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