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.
This commit is contained in:
Ben Harris
2022-11-10 14:14:56 +00:00
parent 2a02547755
commit 73f4edb09f

View File

@ -1,4 +1,4 @@
/* -*- tab-width: 8; indent-tabs-mode: t -*- /*
* filling.c: An implementation of the Nikoli game fillomino. * filling.c: An implementation of the Nikoli game fillomino.
* Copyright (C) 2007 Jonas Kölker. See LICENSE for the license. * Copyright (C) 2007 Jonas Kölker. See LICENSE for the license.
*/ */