https://github.com/Microsoft/TypeScript
Raw File
Tip revision: ebda7c541ecadae12c5ae3a48b248cbe06783fbf authored by TypeScript Bot on 15 November 2022, 01:53:51 UTC
Update Baselines and/or Applied Lint Fixes
Tip revision: ebda7c5
.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