From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9402F158064 for ; Sun, 5 May 2024 17:53:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AB5D9E2C1D; Sun, 5 May 2024 17:53:22 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 59930E2A7D for ; Sun, 5 May 2024 17:53:22 +0000 (UTC) From: Ulrich Mueller To: Paul Zander Cc: gentoo-dev@lists.gentoo.org Subject: Re: [gentoo-dev] [PATCH 3/3] [QA] drop indent_size In-Reply-To: <20240505155038.24810-1-negril.nx+gentoo@gmail.com> (Paul Zander's message of "Sun, 5 May 2024 17:50:38 +0200") References: <20240505154819.24403-1-negril.nx+gentoo@gmail.com> <20240505155038.24810-1-negril.nx+gentoo@gmail.com> Date: Sun, 05 May 2024 19:53:14 +0200 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Archives-Salt: 0f0e2769-b580-4aea-b7cf-c7be31daea24 X-Archives-Hash: 2f742b21d6ee78bae434fdcc8418bd8d --=-=-= Content-Type: text/plain >>>>> On Sun, 05 May 2024, Paul Zander wrote: > indent_size is the width in spaces, we use tabs. > tab_width would be the tab width in spaces, but there is no reason to > force this. The Devmanual says that "each tab represents four spaces" [1,2], and ebuild-mode implements it so [3]. Maybe it would be good to stay consistent for different editors? [1] https://devmanual.gentoo.org/quickstart/index.html#basic-format [2] https://devmanual.gentoo.org/ebuild-writing/file-format/index.html#indenting-and-whitespace [3] https://gitweb.gentoo.org/proj/ebuild-mode.git/tree/ebuild-mode.el#n416 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQFDBAEBCAAtFiEEtDnZ1O9xIP68rzDbUYgzUIhBXi4FAmY3x4oPHHVsbUBnZW50 b28ub3JnAAoJEFGIM1CIQV4uBBYH/RQCzWUKWsICxUy9LXmZDmdZNjYZIYjZfcIZ uOeQhHEy780dMGP/i4vnM0Ur3iMu+6th5k00NLcf1YRj+dAbYQPun3q40i9X86Wn 3EEc3ryrZa8juNgEt8Npn/nMx6iSLGOz1ZAx933skirdj/9PbapRlO8ci5B8bv1R 1OV8taaWkx8gg3nJa62G/vRpaKLVw5OVtNIxx/iCUG/KOo2vE0sWy7AMzspIgpMq 0PbPBDcAxERRG0URE6K95EjYW3POt5q28ypRSXZLa47nzdYt2DjrNdEOQ86vZMuS gybkYigWciZWKrMSc1mHTMaw6CDaHakOJRHArtbAO8c5CfW+s/Q= =U1NK -----END PGP SIGNATURE----- --=-=-=--