remove modelines

This commit is contained in:
Lukas Wurzinger 2022-10-12 21:52:00 +02:00
parent 5e200ea4f8
commit 62ae72015d
3 changed files with 0 additions and 6 deletions

View file

@ -1,5 +1,3 @@
/* vim:set sw=4 ts=4 et: */
#pragma once
#include <stdio.h>

View file

@ -1,5 +1,3 @@
# vim:set tabstop=2 shiftwidth=2 expandtab:
include config.ninja
rule compile

View file

@ -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