From 3561b8fe2a229d80a7993f3be74a9c1b39c5425f Mon Sep 17 00:00:00 2001 From: Mike Yuan Date: Mon, 7 Aug 2023 23:30:43 +0800 Subject: [PATCH] tree-wide: remove vim config Nowadays we've got a proper .editorconfig, let's make it the only source of truth and avoid the burden of keeping everything in sync. --- genfstab.in | 2 -- pacstrap.in | 2 -- 2 files changed, 4 deletions(-) diff --git a/genfstab.in b/genfstab.in index 51e977f..0269374 100644 --- a/genfstab.in +++ b/genfstab.in @@ -243,5 +243,3 @@ done < <(findmnt -Recvruno SOURCE,TARGET,FSTYPE,OPTIONS,FSROOT "$root") printf '\t%-10s\t%-10s\t%-10s\t0 0\n\n' 'none' 'swap' "$options" done }