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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6B1DD15810F for ; Sat, 10 Jun 2023 04:22:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD937E0940; Sat, 10 Jun 2023 04:22:04 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 918A1E0940 for ; Sat, 10 Jun 2023 04:22:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 99A2733FECD for ; Sat, 10 Jun 2023 04:22:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 30E8DA8F for ; Sat, 10 Jun 2023 04:22:02 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1686345976.347c3975525e15f52a537ef4ecccf8f3b33087bf.sam@gentoo> Subject: [gentoo-commits] proj/gentoo-functions:master commit in: / X-VCS-Repository: proj/gentoo-functions X-VCS-Files: functions.sh.in X-VCS-Directories: / X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 347c3975525e15f52a537ef4ecccf8f3b33087bf X-VCS-Branch: master Date: Sat, 10 Jun 2023 04:22:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9501d0af-5e04-40ea-8253-f5f06635a5d8 X-Archives-Hash: 07f8b8479052ad0bcc7ca4d9da11b2e5 commit: 347c3975525e15f52a537ef4ecccf8f3b33087bf Author: Kerin Millar plushkava net> AuthorDate: Fri Jun 9 21:26:16 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jun 9 21:26:16 2023 +0000 URL: https://gitweb.gentoo.org/proj/gentoo-functions.git/commit/?id=347c3975 Remove the vim modeline I am fed up with the indentation behaviour being wrecked by the imablance between ts and sw and I aleady assume that a tabstop is equivalent to 8 spaces. Enough. Signed-off-by: Kerin Millar plushkava.net> functions.sh.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/functions.sh.in b/functions.sh.in index 5141670..d13be7d 100644 --- a/functions.sh.in +++ b/functions.sh.in @@ -698,5 +698,3 @@ else NORMAL=$(printf '\033[0m') WARN=$(printf '\033[33;01m') fi - -# vim:ts=4