https://github.com/Microsoft/TypeScript
Raw File
Tip revision: bef1da1ba33bd1d7a15556a2bd1e7df0b8013da5 authored by TypeScript Bot on 07 December 2022, 18:05:05 UTC
Update Baselines and/or Applied Lint Fixes
Tip revision: bef1da1
.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