Re: [PATCH v4] Add .editorconfig file for basic formatting

From: Miguel Ojeda
Date: Mon Jun 03 2024 - 09:39:06 EST


On Mon, Jun 3, 2024 at 2:52 PM Mateusz Guzik <mjguzik@xxxxxxxxx> wrote:
>
> At this point I suspect this *is* the intended behavior and other
> people don't run into it because their editor does not look at
> .editorconfig to begin with.

This is https://github.com/editorconfig/editorconfig/issues/208 -- a
`modified` value is proposed for just trimming modified lines.

Given the latest version of the specification, it sounds to me like
the intention is to trim all lines: "... to remove all whitespace
characters ... in the file".

Cheers,
Miguel