https://github.com/Microsoft/TypeScript
Raw File
Tip revision: 703628ebbcf156b9b0144fe09e30c64b66ab2089 authored by Mohamed Hegazy on 15 June 2016, 20:59:24 UTC
Update LKG
Tip revision: 703628e
.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