Commit 2dfbdcf1 authored by Jeff's avatar Jeff

更新规则

parent 57dce2db
......@@ -21,3 +21,6 @@ insert_final_newline = true
# 是否删除行尾的空格 可选择true和false
trim_trailing_whitespace = true
[*.scss]
indent_size = 2
......@@ -6,7 +6,7 @@ module.exports = {
// 换行长度
printWidth: 150,
// tab缩进大小,默认为2
tabWidth: 4,
tabWidth: 2,
// 使用tab缩进,默认false
useTabs: false,
// 是否使用分号, 默认true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment