diff options
| author | Ben Harris <bjh21@bjh21.me.uk> | 2022-11-10 14:14:56 +0000 |
|---|---|---|
| committer | Ben Harris <bjh21@bjh21.me.uk> | 2022-11-10 23:39:08 +0000 |
| commit | 73f4edb09f1b5cbf39c6ab99767fa4499d4b3df8 (patch) | |
| tree | df5fe0d144f583df1be876755a80fb67570d1ca1 | |
| parent | 2a025477554698a3bf28c20650c990fce80d49d3 (diff) | |
| download | puzzles-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.
| -rw-r--r-- | filling.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. */ |