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

IndentationChecker refuses comments at the start of line #354

Open
michal-sankot opened this issue Jan 9, 2020 · 0 comments
Open

IndentationChecker refuses comments at the start of line #354

michal-sankot opened this issue Jan 9, 2020 · 0 comments

Comments

@michal-sankot
Copy link

IndentationChecker fails when there is a commented line where slashes are at the start of line, even though 0 spaces are a multiple of methodParamIndentSize/classParamIndentSize.

e.g.

  code
// commented code
  code

Is it an intention? If so, would it be possible to add an option to ignore this special case?
When we comment out a code in IDE, slashes are automatically put at the start of the line and we have to move them manually afterwards, which is quite cumbersome.

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

1 participant