文件名称:grunt-leading-indent:验证文件是否具有一致的前导空格(所有制表符或所有空格)
文件大小:6KB
文件格式:ZIP
更新时间:2024-07-15 12:11:10
JavaScript
咕噜领先缩进 Grunt 插件,用于验证文件是否包含所有前导选项卡或所有前导空格。 与 Grunt 0.4 兼容。 入门 在你的项目的Gruntfile.js旁边安装这个 grunt 插件: npm install grunt-leading-indent 然后将此行添加到项目的Gruntfile.js : grunt.loadNpmTasks('grunt-leading-indent'); 示例用法 leadingIndent : { options: { indentation : "spaces" }, js : ['Gruntfile.js', 'tasks/**/*.js'], zero: { options: { indentation : "spaces",
【文件预览】:
grunt-leading-indent-master
----Gruntfile.js(1KB)
----.npmignore(12B)
----tasks()
--------leading-indent.js(4KB)
----.travis.yml(36B)
----LICENSE(554B)
----test()
--------mixed.js(107B)
----cli()
--------grunt-cli.js(42B)
----README.md(1KB)
----.gitignore(14B)
----bin()
--------grunt-leading-indent(78B)
----package.json(1KB)