Bob van de Vijver

Results 97 comments of Bob van de Vijver

@soullivaneuh Would https://github.com/composer-unused/composer-unused help for your case?

That would probably be due to the research I did earlier... See https://github.com/dubreuia/intellij-plugin-save-actions/issues/18#issuecomment-426065888.

You probably need to add signing for this (I was just about to open a new ticket for that)

I have no experience with signed open source releases unfortunately 😞

The configuration specifies 2 for the normal indent, not the continuation indent :) Normally, the continuation indent is twice the normal indent. Also note that the changeset I linked is...

That is too bad to hear. I would consider writing the functionality myself, but my previous attempt to add a fix for this repo has been completely untouched for 4...

Well, everything you ask for is already here, but to summarize: 3.9.0 started touching continuation indent and replace it with the configured normal indent. Before 3.9.0, it did not touch...

Continuation indent is available and enabled by default in all IDEA products ([docs](https://www.jetbrains.com/help/idea/code-style-sql-tabs-and-indents.html), which means PhpStorm uses it as well. That is how I know it, and it allow for...

> I rather see this ticket to not raise incorrect behaviour, but your wish to have a possibility of having regular indent different than continuation indent. Well, I opened it...

> we need to validate all the fixers we have - you said you tried to identify them, review of it would get tricky Fair enough, to give a bit...