|
|
|
|
|
by inanutshellus
2494 days ago
|
|
tabs don't work when you visually align code. e.g. some.method(param,
param2,
param3)
The above doesn't work if the creator of the code uses a different tab width than I do. If you want it to, you need to use an IDE that automatically recognizes the difference between indentation and alignment... which is frankly too much trust in others if you care about it.If a default install of an IDE (including vIM) will screw up your code.... you might consider rethinking your strategy. :-) |
|
You should format it like this (regardless of whether you use tabs or spaces):