1 Star 0 Fork 0

_rambo / mvc_boot

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.jscsrc 602 Bytes
一键复制 编辑 原始数据 按行查看 历史
_rambo 提交于 2015-03-08 12:42 . 整理目录
{
"maximumLineLength" : {
"value" : 115,
"tabSize" : 2,
"allowComments" : true,
"allowUrlComments" : true,
"allowRegex" : true
},
"requireSpacesInConditionalExpression" : {
"afterTest" : true,
"beforeConsequent" : true,
"afterConsequent" : true,
"beforeAlternate" : true
},
"requireSpacesInForStatement" : true,
"validateParameterSeparator": ", ",
"requireSpaceBetweenArguments": true,
"requireSpacesInConditionalExpression": true,
"disallowTrailingWhitespace" : true,
"disallowTrailingComma": true,
"validateIndentation" : "\t"
}
JavaScript
1
https://gitee.com/_rambo/mvc_boot.git
git@gitee.com:_rambo/mvc_boot.git
_rambo
mvc_boot
mvc_boot
master

搜索帮助