From 2a1f3526222a60ea1fccd822a57aba012cced6e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C5=8Dshin?= Date: Mon, 6 May 2024 15:36:13 -0700 Subject: [PATCH] Tell vim not to mess with ape.S --- ape/ape.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ape/ape.S b/ape/ape.S index eaf0bfaab..b98f341c8 100644 --- a/ape/ape.S +++ b/ape/ape.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 nofixeol :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ │ │