提交 69cb370c 编写于 作者: A Andrew Casey

Enable escaping by default

上级 b64de0ff
......@@ -11,7 +11,7 @@ public class PrintOptions
private int _maximumOutputLength = 1024;
public string Ellipsis { get; set; } = "...";
public bool EscapeNonPrintableCharacters { get; set; }
public bool EscapeNonPrintableCharacters { get; set; } = true;
public NumberRadix NumberRadix
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册