aboutsummaryrefslogtreecommitdiff
path: root/filling.c
diff options
context:
space:
mode:
authorBen Harris <bjh21@bjh21.me.uk>2022-11-10 14:14:56 +0000
committerBen Harris <bjh21@bjh21.me.uk>2022-11-10 23:39:08 +0000
commit73f4edb09f1b5cbf39c6ab99767fa4499d4b3df8 (patch)
treedf5fe0d144f583df1be876755a80fb67570d1ca1 /filling.c
parent2a025477554698a3bf28c20650c990fce80d49d3 (diff)
downloadpuzzles-73f4edb09f1b5cbf39c6ab99767fa4499d4b3df8.zip
puzzles-73f4edb09f1b5cbf39c6ab99767fa4499d4b3df8.tar.gz
puzzles-73f4edb09f1b5cbf39c6ab99767fa4499d4b3df8.tar.bz2
puzzles-73f4edb09f1b5cbf39c6ab99767fa4499d4b3df8.tar.xz
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.
Diffstat (limited to 'filling.c')
-rw-r--r--filling.c2
1 files changed, 1 insertions, 1 deletions
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.
*/