https://github.com/Microsoft/TypeScript
Raw File
Tip revision: fd7ed33253a7811b754113d3182df0be9065655e authored by Sheetal Nandi on 24 January 2020, 20:36:19 UTC
More logging for performance
Tip revision: fd7ed33
.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