ergebnis/composer-normalize

Feature: specifying default options in composer.json's extra section

aleksblendwerk opened this issue ยท 6 comments

I would like to assure that when anyone runs composer normalize without further parameters it's always acting as if --indent-size 4 and --indent-style space were given as options. (Unless other values for these options have been given on the command line, obviously.)

I have seen in other Composer plugins that they offer to retrieve 'configuration' like that from the extras section in composer.json. Would come in handy, what do you think?

@aleksblendwerk

I have though about it before, and @WyriHaximus has requested a similar feature a while ago, too. It increases complexity, so let me think about it!

@aleksblendwerk I did? Yes please! Some projects are now indented with 4 and some with 2 and makes copying harder :(

Since this issue has not had any activity within the last sixty days, I have marked it as stale.

I will close it if no further activity occurs within the next five days.

@aleksblendwerk @WyriHaximus

Apologies for the delay, but you know how things are: there are so many things that we want to get done, but we lack the time for it.

I have released this feature with ergebnis/composer-normalize:2.10.0.

I hope you like it!

๐Ÿค“

Many thanks, @localheinz! ๐Ÿ˜‡

And no need for apologies at all.

I will include it in my project templates as soon as I've got, err... time!

@aleksblendwerk

You are much welcome!