赞
踩
- 我比较喜欢的一个配置【属性自定义换行给与保护】
-
- "html": {
- "wrap_attributes":"preserve", //【own新添加】html属性是否换新行【auto自动,force强制换行,preserve保护现有格式 】
- }
- 关于js函数和括号之间是否要增加一个空格的配置【自己选择】
-
- "js": {
- // 在命名函数的括号之前添加一个空格,即。function example ()。
- "space_after_named_function": true,
- // 在匿名函数的括号之前添加一个空格,即。function ()
- "space_after_anon_function": true,
- }
wrap_attributes配置参数: 将属性换行到新行。“auto”,“force”,“force-aligned”,“force-expand-multiline”,“align-multiple”,“preserve”或“preserve-aligned” “auto”
赞
踩
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。