https://github.com/Microsoft/TypeScript
Raw File
Tip revision: 4fa81e2642a4edf72aa2932fcd9b13699eb95a99 authored by Sheetal Nandi on 23 January 2018, 00:38:03 UTC
Merge pull request #21350 from Microsoft/pullingFixesTo26
Tip revision: 4fa81e2
.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