https://github.com/Microsoft/TypeScript
Raw File
Tip revision: e2e20bd6f810dd210f641794ab6a46e0d98eb0a4 authored by Daniel Rosenwasser on 14 July 2017, 23:28:43 UTC
Update spec markdown for the comparability relationship.
Tip revision: e2e20bd
.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