标签:css mit unit ati hand selector 换行 移除 als
{
"always-semicolon": true, // 总是显示分号
"block-indent": " ", // 代码块缩进,可以是数字或字符串与空白和制表符等
"color-case": "lower", // 十六进制颜色统一,可选值'lower'全部小写;'upper'全部大写
"color-shorthand": true, // 十六进制颜色缩写与否
"element-case": "lower", // 选择器元素统一,可选值'lower'全部小写;'upper'全部大写
"eof-newline": true, // 文件结束后添换行
"leading-zero": false, // 是否需要小数点前的0
"quotes": "single", // 引号风格,可选值'single'单引号,'double'双引号
"remove-empty-rulesets": true, // 是否移除空规则集,为true时,如:'a{ }'这样的空规则集将被移除
"space-after-colon": " ", // 冒号后规则
"space-after-combinator": " ", // 选择符后规则
"space-between-declarations": 1, // 命名空间后规则
"space-after-opening-brace": " ", // '{' 之后的规则
"space-after-selector-delimiter": " ", // 选择器之后的规则
"space-before-closing-brace": "\n", // '}' 之后的规则
"space-before-colon": "", // 冒号前的规则
"space-before-combinator": " ", // 选择符前规则
"space-before-opening-brace": " ", // '{' 之前的规则
"space-before-selector-delimiter": "", // 选择器之前的规则
"strip-spaces": true, // 是否修剪尾随的空格
"tab-size": 2, // 缩进大小
"unitless-zero": true, // 是否移除0后的单位值,比如'0px'格式化为'0'
"vendor-prefix-align": true, // 是否对齐属性和值中的前缀
"lines-between-rulesets": 0, // 规则与规则之间的换行数
}
标签:css mit unit ati hand selector 换行 移除 als
原文地址:https://www.cnblogs.com/leona-d/p/11623465.html