-
Notifications
You must be signed in to change notification settings - Fork 170
Indentation with Tabs #135
Comments
This would be fantastic! |
Agreed |
If you want to forbid spaces how do you expect spaces for alignment to work? You may have already found this, but the indentation rule counts characters. Setting the value to 1 will get it to work with tab indentation. A no spaces rule that is the inverse of no tabs would be very simple but prevent alignment. |
After more than a year of not having any feedback on how this should work I'm just going to close it. |
Hi @AsaAyers, For your question: If you want to forbid spaces how do you expect spaces for alignment to work? |
Based on what I've seen here you're the only person who has been interested in this for nearly 2 years. If you want to open a PR for this I'll review it, but I don't see any reason to re-open this. I'm certainly not going to implement this change myself. |
If you're looking for "activity", I'll chime in. I would use the |
More important than activity is someone who is going to do the work. It only makes sense to re-open this if no one subscribed will do the work and we believe that if the issue is re-opened it will draw the attention of someone else who wants to do this. Given that this is 2 years old and was open for more than a year with no activity at all I just don't think it's going to attract someone who wants to work on this. |
Hi, I've tried a sort of hack for it. azizhk#1 I've not created a pull request into your repo as I still have to add test cases, then squash them down to one commit etc. |
+1 for |
I'm following the
tabs for indentation, spaces for alignment
rule in my project. I don't want to bring up the tabs vs. spaces discussion here. It would be nice if I could forbid spaces instead of tabs e.g. something similar tono_tabs
likeno_spaces
.The text was updated successfully, but these errors were encountered: