https://github.com/Microsoft/TypeScript
Raw File
Tip revision: cf7b2d4ae91c4f27ba9ae7137ddf9a407815e590 authored by Wesley Wigham on 28 May 2019, 20:48:46 UTC
Bring #31486 and #31586 into `release-3.5` (#31634)
Tip revision: cf7b2d4
.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