From 73f4edb09f1b5cbf39c6ab99767fa4499d4b3df8 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Thu, 10 Nov 2022 14:14:56 +0000 Subject: [PATCH] Remove setting of indent-tabs-mode from filling.c Simon said that the continued presence of tabs for indentation in Puzzles is unintentional, so we should at least discourage the addition of new ones. --- filling.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filling.c b/filling.c index 80a3c6e..4b96648 100644 --- a/filling.c +++ b/filling.c @@ -1,4 +1,4 @@ -/* -*- tab-width: 8; indent-tabs-mode: t -*- +/* * filling.c: An implementation of the Nikoli game fillomino. * Copyright (C) 2007 Jonas Kölker. See LICENSE for the license. */