Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] data/api:master commit in: files/
Date: Thu, 23 Apr 2020 05:44:35
Message-Id: 1587620664.87539d1e0b3076ef7aa393ba5484a666fbd96dfd.mgorny@gentoo
1 commit: 87539d1e0b3076ef7aa393ba5484a666fbd96dfd
2 Author: Louis Sautier <sbraz <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 22 19:51:23 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 23 05:44:24 2020 +0000
6 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=87539d1e
7
8 uid-gid.txt: change vim modeline to prevent tab expansion
9
10 Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 files/uid-gid.txt | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/files/uid-gid.txt b/files/uid-gid.txt
17 index d0e0ef9..4882015 100644
18 --- a/files/uid-gid.txt
19 +++ b/files/uid-gid.txt
20 @@ -349,4 +349,4 @@ nobody 65534 65534 baselayout-fbsd
21 # tab-width: 8
22 # End:
23
24 -# vim:se ts=8 sts=0 tw=0 nowrap :
25 +# vim:se ts=8 sts=0 tw=0 nowrap noexpandtab: