提交 02299918 编写于 作者: Huan (李卓桓)'s avatar Huan (李卓桓)

add(Better Align): add align rules(#745)

上级 8b07a742
......@@ -7,4 +7,14 @@
, "node_modules/": true
, "package/": true
}
, "alignment": {
"operatorPadding": "right"
, "indentBase": "firstline"
, "surroundSpace": {
"colon": [-1, 1], // The first number specify how much space to add to the left, can be negative. The second number is how much space to the right, can be negative.
"assignment": [1, 1], // The same as above.
"arrow": [1, 1], // The same as above.
"comment": 2 // Special how much space to add between the trailing comment and the code.
// If this value is negative, it means don't align the trailing comment.
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册