洛枫学院

洛枫学院 » HTML/HTML5 » js-beautify格式化不换行设置

页码: 1

js-beautify格式化不换行设置

- 一片云 2021-04-27 09:50

代码 复制 - 运行

"brace_style": "collapse,preserve-inline", //代码样式,可选值 [collapse|expand|end-expand|none][,preserve-inline] [collapse,preserve-inline
"wrap_line_length": 12000, //根据需要设置换行长度

页码: 1