Results 2 issues of cc

istio 1.10.0 k8s 1.20.7 ./istioctl install istio-ingressgateway pod error: ![image](https://user-images.githubusercontent.com/12064991/121332703-b2d50580-c94a-11eb-83fa-2750c927e4d3.png) ![image](https://user-images.githubusercontent.com/12064991/121333027-fdef1880-c94a-11eb-8a3b-53101d512695.png)

int test() { ``` string str = "dfdffddfffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffbb"; string ss = "sdfsfs \ ``` svfdsfs"; string s = "dfd" "sdfss" "sds"; } 1、当string类型过长时,最大行数设置的也只是仅仅将值换到下一行,可是值依然超过80行了 2、代码格式化后,反斜杠不能识别,下一行提前了两个空格。