https://github.com/Microsoft/TypeScript
Raw File
Tip revision: de8e8b33817fc415679d3e2d6914547bed9cc80f authored by Ron Buckton on 30 May 2018, 01:15:26 UTC
File watcher support for vfs
Tip revision: de8e8b3
.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