https://github.com/Microsoft/TypeScript
Raw File
Tip revision: e6275ff51b4dd49faee638008feb8f2b42350689 authored by Anders Hejlsberg on 25 August 2017, 21:19:14 UTC
Accept new baselines
Tip revision: e6275ff
.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