提交 ff01b314 编写于 作者: D dubejf

mdcs code style change for negative numbers

Changes spacing rule for signed numbers: from `cameraFront.set( 0, 0, -
1 );` to `cameraFront.set( 0, 0, -1 );`

The rule for subtraction expression doesn't change: ` 2 - 1`.
上级 d984a329
{
"preset": "mdcs",
"disallowSpaceAfterPrefixUnaryOperators": ["+", "-"],
"disallowNewlineBeforeBlockStatements": true,
"requireSpaceAfterBinaryOperators": [","],
"disallowKeywordsOnNewLine": ["else"],
"excludeFiles": [
"../../.c9/",
"../../.c9version/",
"../../.git/",
"../../build/",
"excludeFiles": [
"../../.c9/",
"../../.c9version/",
"../../.git/",
"../../build/",
"../../docs/",
"../../editor/",
"../../node_modules/",
......@@ -28,5 +29,4 @@
"../../examples/js/SimplexNoise.js",
"../../examples/js/loaders/UTF8Loader.js"
]
}
\ No newline at end of file
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册