From 62ae72015d441034a4da2443e9c4e17e8ccee6c7 Mon Sep 17 00:00:00 2001 From: Lukas Wurzinger Date: Wed, 12 Oct 2022 21:52:00 +0200 Subject: [PATCH] remove modelines --- readarg.h | 2 -- test/build.ninja | 2 -- test/config.ninja | 2 -- 3 files changed, 6 deletions(-) diff --git a/readarg.h b/readarg.h index 4f03c0a..75bbd17 100644 --- a/readarg.h +++ b/readarg.h @@ -1,5 +1,3 @@ -/* vim:set sw=4 ts=4 et: */ - #pragma once #include diff --git a/test/build.ninja b/test/build.ninja index 694a062..c9e115a 100644 --- a/test/build.ninja +++ b/test/build.ninja @@ -1,5 +1,3 @@ -# vim:set tabstop=2 shiftwidth=2 expandtab: - include config.ninja rule compile diff --git a/test/config.ninja b/test/config.ninja index 5897456..ec05418 100644 --- a/test/config.ninja +++ b/test/config.ninja @@ -1,5 +1,3 @@ -# vim:set tabstop=2 shiftwidth=2 expandtab: - cc = cc macros = -D NDEBUG cflags = -std=c99 -Wall -Wextra -Wpedantic -g $macros -O2