indent bug?
See original GitHub issueEslint v1.10.3
{
"indent": [
2,
4,
{
"SwitchCase": 1
}
]
}
$thumbnail
.stop()
.animate(
{
height: productThumbnailHeight
},
Math.abs(productThumbnailHeight - $thumbnail.height()) * 2,
function () {
$thumbnail.css({
height: 'auto',
overflow: ''
});
}
);
29:21 error Expected indentation of 16 space characters but found 20 indent
30:25 error Expected indentation of 20 space characters but found 24 indent
31:21 error Expected indentation of 16 space characters but found 20 indent
<bountysource-plugin>
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource. </bountysource-plugin>
Issue Analytics
- State:
- Created 8 years ago
- Reactions:2
- Comments:14 (8 by maintainers)
Top Results From Across the Web
Indentation Error in Python | How to Solve it - Edureka
This article will provide you with a detailed understanding of Indentation error in Python and the solutions to avoid the same.
Read more >Correct indentation allows for better understanding and bug ...
It is recommended to correctly indent the lines as it allows for the code to be readable and understandable by the user as...
Read more >bug-indent Info Page - GNU mailing lists
Use this mail list for all communication about the GNU indent tool. To see the collection of prior postings to the list, visit...
Read more >How to fix indentation Error in Python - Numpy Ninja
The indentation error can occur when the spaces or tabs are not placed properly. There will not be an issue if the interpreter...
Read more >Indentation Bugs - Google Groups
Hello,. I don't know if this is a known issue, but the Eclipse plugin has some annoying bugs regarding indentation for me. In...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Closing this because we haven’t made any progress in months. Thanks for contributing!
I have the same question about this https://github.com/eslint/eslint/issues/5097