From ec18a3872af00cfaa9ad2530b407940eba30fde7 Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Sun, 14 Jan 2024 22:25:07 +0100 Subject: [PATCH] Makefile: Set tabs to 3 spaces when editing with vi This allows all editors to have the same settings... --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 71b82d0c6..9cddff915 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,4 @@ +# vim:ts=3 #BASEDIR = ~/lfs-book #SYSDDIR = ~/lfs-systemd #DUMPDIR = ~/lfs-commands