https://github.com/Microsoft/TypeScript
Raw File
Tip revision: 799bbbeca6403a9191267469059f3a15cbe830df authored by Daniel Rosenwasser on 23 April 2021, 02:54:06 UTC
Just calculate the result at the end of commitPendingMapping.
Tip revision: 799bbbe
.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