From cb30ce06ced36dee4bd7e5cb6791cc4b380209af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C5=8Dshin?= Date: Sat, 16 Dec 2023 21:37:33 -0500 Subject: [PATCH] modeline: noet --- libc/stdio/iconv.c | 2 +- libc/tinymath/expl.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libc/stdio/iconv.c b/libc/stdio/iconv.c index b9e6026f0..791d73277 100644 --- a/libc/stdio/iconv.c +++ b/libc/stdio/iconv.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:2;tab-width:8;coding:utf-8 -*-│ -│ vi: set et ft=c ts=2 sts=2 sw=2 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=2 sts=2 sw=2 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/expl.c b/libc/tinymath/expl.c index 9d8239fe1..5ff1010c3 100644 --- a/libc/tinymath/expl.c +++ b/libc/tinymath/expl.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:2;tab-width:8;coding:utf-8 -*-│ -│ vi: set et ft=c ts=2 sts=2 sw=2 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=2 sts=2 sw=2 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2023 Justine Alexandra Roberts Tunney │ │ │