shithub: puzzles

Download patch

ref: 73f4edb09f1b5cbf39c6ab99767fa4499d4b3df8
parent: 2a025477554698a3bf28c20650c990fce80d49d3
author: Ben Harris <bjh21@bjh21.me.uk>
date: Thu Nov 10 09:14:56 EST 2022

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.

--- 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.
  */