Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

indent:false triggers indent #1035

Closed
valueof opened this issue Apr 26, 2013 · 1 comment
Closed

indent:false triggers indent #1035

valueof opened this issue Apr 26, 2013 · 1 comment
Milestone

Comments

@valueof
Copy link
Member

valueof commented Apr 26, 2013

.jshintrc:

{
  "indent": false
}

demo.js:

function test() {
 sup();

Running JSHint against these fails will trigger an indentation warning which doesn't make sense since indent is set to false.

@valueof valueof closed this as completed in 6b0310b May 1, 2013
@alejandroiglesias
Copy link

We discussed this on the IRC. Thanks pal!

jugglinmike pushed a commit to jugglinmike/jshint that referenced this issue Oct 21, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants