From 96b7e8f9912af4c1cbeb2246764e844ac047749d Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Mon, 13 May 2024 17:13:37 +0100 Subject: [PATCH] chore: make tabstop hints the same for quickemu and quickget --- quickemu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickemu b/quickemu index 2ee32ee..d97c0ab 100755 --- a/quickemu +++ b/quickemu @@ -1885,4 +1885,4 @@ if [ -n "${MONITOR_CMD}" ]; then monitor_send_cmd "${MONITOR_CMD}" fi -# vim:tabstop=2:shiftwidth=2:expandtab +# vim:tabstop=4:shiftwidth=4:expandtab