From 66445e46c152de4594f9d7d9648bd3e78062a288 Mon Sep 17 00:00:00 2001 From: Nils Freydank Date: Sun, 3 Sep 2023 17:18:07 +0200 Subject: [PATCH] Import the modefile file for c --- c.c | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 c.c diff --git a/c.c b/c.c new file mode 100644 index 0000000..c2cafa0 --- /dev/null +++ b/c.c @@ -0,0 +1,2 @@ +// vim:syntax=c:fileencoding=utf-8:ts=4:expandtab:linebreak:wrap +// vim: set syntax=c fileencoding=utf-8 ts=4 expandtab linebreak:wrap