From 69dafd7b0243eb9941cc1c87b71b4039dcf12569 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Wed, 10 Jul 2024 20:57:12 +0100 Subject: [PATCH] Add Emacs file variables to bedstead.c These set the C indentation style and tab usage to what's traditional in this file. --- bedstead.c | 1 + 1 file changed, 1 insertion(+) diff --git a/bedstead.c b/bedstead.c index 1a59bb8..94bee7e 100644 --- a/bedstead.c +++ b/bedstead.c @@ -1,3 +1,4 @@ +/* -*- c-file-style: "bsd"; indent-tabs-mode: t; -*- */ /* * Many of the character bitmaps below formed the typeface embodied in * the SAA5050 series of character-generator chips originally made and -- 2.30.2