https://github.com/Microsoft/TypeScript
Raw File
Tip revision: 794c57478ec2a44ee15fb3e245a4c5d2d1612375 authored by Daniel Rosenwasser on 09 April 2016, 03:51:15 UTC
Merge pull request #7978 from Microsoft/bump-1.8.10
Tip revision: 794c574
.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