From e8b20c0d1f32c48524fc66d9e169e9eaaa42bd0d Mon Sep 17 00:00:00 2001 From: John Mulligan Date: Mon, 10 Oct 2022 10:01:21 -0400 Subject: [PATCH] install-deps: remove emacs modeline from script The majority of the lines in this shell script uses spaces to indent, but I *think* this modeline tells emacs to indent with tabs. In a very near future change I'm going to make all indents use spaces. So we first remove the emacs modeline that tells it to use the opposite. Signed-off-by: John Mulligan --- install-deps.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/install-deps.sh b/install-deps.sh index 20970ab8c78..b7ddf4a20ee 100755 --- a/install-deps.sh +++ b/install-deps.sh @@ -1,5 +1,4 @@ #!/usr/bin/env bash -# -*- mode:sh; tab-width:8; indent-tabs-mode:t -*- # # Ceph distributed storage system # -- 2.39.5