remove modelines
This commit is contained in:
parent
5e200ea4f8
commit
62ae72015d
3 changed files with 0 additions and 6 deletions
|
@ -1,5 +1,3 @@
|
|||
/* vim:set sw=4 ts=4 et: */
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <stdio.h>
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
# vim:set tabstop=2 shiftwidth=2 expandtab:
|
||||
|
||||
include config.ninja
|
||||
|
||||
rule compile
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue