https://github.com/Microsoft/TypeScript
Raw File
Tip revision: 08036b7ef65dfbbe0634c4486282553c92bd6404 authored by Ron Buckton on 24 February 2016, 00:26:04 UTC
Fixed linter warnings, added comments and minor cleanup.
Tip revision: 08036b7
.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