https://github.com/Microsoft/TypeScript
Raw File
Tip revision: 295eac52336e4c5a4a62fa2c53658fa44dc6fe15 authored by Gabriela Araujo Britto on 18 January 2023, 03:41:42 UTC
Merge branch 'main' into gabritto/issue46140
Tip revision: 295eac5
.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