• Re: [gentoo-dev] [PATCH 1/3] [QA] fix .editorconfig

    From Ulrich Mueller@21:1/5 to All on Sun May 5 19:50:01 2024
    On Sun, 05 May 2024, Paul Zander wrote:

    +# Copyright 1999-2024 Gentoo Authors
    +# Distributed under the terms of the GNU General Public License v2

    No objections to a copyright header, though we probably don't need one
    for a short file like this. But make it a realistic starting year since
    the file didn't exist in 1999.

    -----BEGIN PGP SIGNATURE-----

    iQFDBAEBCAAtFiEEtDnZ1O9xIP68rzDbUYgzUIhBXi4FAmY3xboPHHVsbUBnZW50 b28ub3JnAAoJEFGIM1CIQV4uN1IH/j4CqhlKsgmpKwUSspqimmMlUKZCMictAYMz 6hq4KPNOzZDqT9kDuRe3jGK7bMiK7qJe4pOHL3Bnrwdw+uHs/Zi7jh1BpDAqFhcv A6HWYu5bKcQfEq+vJ+Qi+T0Y4lWYQQw4m3aKqGceaplmKzNDgzhDNTlq45jxDHe5 ZpgYUEMYzSAug571Rp6CV5h5r3Z1x88o1PLnfi/buRUQrBV7Qx6kPIndDx+A4cKt UXAALGiYcpbLZFl7Na6n1j+Sy/z5BPINNqxjf2tqGSR5yphBDUgjMOL4oYHVVWHi 1slsN5pkoVY3d+1FEk5C8Yf4fZ2DSAVQq+zXMlVLQns+tVgvHJU=
    =ozeW
    -----END PGP SIGNATURE-----

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Sam James@21:1/5 to Paul Zander on Thu Sep 19 09:30:02 2024
    Paul Zander <negril.nx+gentoo@gmail.com> writes:

    This series of patches is meant as a basis to fix the .editorconfig used in ::gentoo. Initial reason was that .patch
    files are being broken by the current version.

    trimming trailing whitespace breaks patches

    Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
    ---
    .editorconfig | 6 ++++++
    1 file changed, 6 insertions(+)

    diff --git a/.editorconfig b/.editorconfig
    index 7d6e17345e1..f2cd7328e57 100644
    --- a/.editorconfig
    +++ b/.editorconfig
    @@ -1,3 +1,6 @@
    +# Copyright 1999-2024 Gentoo Authors
    +# Distributed under the terms of the GNU General Public License v2
    +
    # https://editorconfig.org/
    root = true

    @@ -9,3 +12,6 @@ indent_style = tab
    indent_size = 4
    trim_trailing_whitespace = true
    #max_line_length = 80
    +
    +[*.patch]
    +trim_trailing_whitespace = false

    This first patch is OK and I'll pull it in. The others need to be respun
    with commit messages describing it.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)