Skip to content

jakub-g/grunt-leading-indent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

grunt-leading-indent

Build Status Dependencies devDependencies

npm

A plugin for Grunt which verifies that files have either all leading tabs or all leading spaces.

Compatible with Grunt 0.4.

Getting Started

Install this grunt plugin next to your project's Gruntfile.js with:

npm install grunt-leading-indent

Then add this line to your project's Gruntfile.js:

grunt.loadNpmTasks('grunt-leading-indent');

Sample usage

leadingIndent : {
    options: {
        indentation : "spaces"
    },
    js : ['Gruntfile.js', 'tasks/**/*.js'],
    zero: {
        options: {
            indentation : "spaces",
            failIfNoFiles: true
        },
        src: ['*.does-not-exist']
    }
}

License

Copyright (c) 2013 Aria Templates

Licensed under the Apache 2.0 license.

About

⚠️ Verifies that files have consistent leading whitespace (all tabs or all spaces)

Resources

License

Stars

Watchers

Forks

Packages

No packages published