From c1fdf2fa8291b70a4fcc19cdd48cf822fa1a3202 Mon Sep 17 00:00:00 2001 From: Dylan Date: Tue, 23 Feb 2016 21:15:17 +1100 Subject: [PATCH] Add vim modeline to set indent to 4 spaces --- fetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fetch b/fetch index bb7da80f..630e2b59 100755 --- a/fetch +++ b/fetch @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# vim:fdm=marker +# vim: fdm=marker:noai:ts=4:sw=4 # # Fetch info about your system # https://github.com/dylanaraps/fetch