https://github.com/Microsoft/TypeScript
Raw File
Tip revision: 4f03b31551d9688771db376ff2df5fabd28b7542 authored by Ron Buckton on 23 February 2016, 23:40:12 UTC
Updated lift behavior
Tip revision: 4f03b31
.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