https://github.com/Microsoft/TypeScript
Raw File
Tip revision: 80bca648441e0ddd4c1cec26a17da27d9cc49c91 authored by Mohamed Hegazy on 23 October 2016, 18:49:41 UTC
Update LKG
Tip revision: 80bca64
.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