提交 d59c6314 编写于 作者: G gero3

add code styling

上级 e00dda33
......@@ -26,5 +26,8 @@
"bugs": {
"url": "https://github.com/mrdoob/three.js/issues"
},
"homepage": "http://threejs.org/"
"homepage": "http://threejs.org/",
"devDependencies": {
"jscs": "^1.13.1"
}
}
jscs "../../src" --fix --preset=mdcs
jscs "../../examples/js" --fix --preset=mdcs
{
"preset": "mdcs",
"excludeFiles": [
"build/**",
"docs/**",
"editor/**",
"examples/**",
"node_modules/**",
"test/**",
"utils/**"
]
}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册