https://github.com/Microsoft/TypeScript
Raw File
Tip revision: 47ee9d22781ee45b42983669794214ae9529dd6d authored by Andrew Casey on 10 August 2020, 23:40:10 UTC
Merge pull request #39980 from amcasey/pinned-release-3.2
Tip revision: 47ee9d2
.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