about summary refs log tree commit diff stats
path: root/src/tools
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2019-11-13 12:11:05 +0100
committerMichael Vetter <jubalh@iodoru.org>2019-11-13 12:11:05 +0100
commit46fd7150e5e22f986b151ef01eaffa673cff9f1e (patch)
tree0e7cdf6c1bac2c797ff3e8dbc48f6ba082514af1 /src/tools
parentcc164728a7db5f909f570300db74a8dc818c5407 (diff)
downloadprofani-tty-46fd7150e5e22f986b151ef01eaffa673cff9f1e.tar.gz
Add vim modeline
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/autocomplete.c1
-rw-r--r--src/tools/autocomplete.h1
-rw-r--r--src/tools/clipboard.c1
-rw-r--r--src/tools/clipboard.h1
-rw-r--r--src/tools/http_upload.c1
-rw-r--r--src/tools/http_upload.h1
-rw-r--r--src/tools/parser.c1
-rw-r--r--src/tools/parser.h1
-rw-r--r--src/tools/tinyurl.c1
-rw-r--r--src/tools/tinyurl.h1
10 files changed, 10 insertions, 0 deletions
diff --git a/src/tools/autocomplete.c b/src/tools/autocomplete.c
index e47e704f..8b7a998c 100644
--- a/src/tools/autocomplete.c
+++ b/src/tools/autocomplete.c
@@ -1,5 +1,6 @@
 /*
  * autocomplete.c
+ * vim: expandtab:ts=4:sts=4:sw=4
  *
  * Copyright (C) 2012 - 2019 James Booth <boothj5@gmail.com>
  *
diff --git a/src/tools/autocomplete.h b/src/tools/autocomplete.h
index a8797369..8f2e5c96 100644
--- a/src/tools/autocomplete.h
+++ b/src/tools/autocomplete.h
@@ -1,5 +1,6 @@
 /*
  * autocomplete.h
+ * vim: expandtab:ts=4:sts=4:sw=4
  *
  * Copyright (C) 2012 - 2019 James Booth <boothj5@gmail.com>
  *
diff --git a/src/tools/clipboard.c b/src/tools/clipboard.c
index 67abd8d2..efb988a6 100644
--- a/src/tools/clipboard.c
+++ b/src/tools/clipboard.c
@@ -1,5 +1,6 @@
 /*
  * clipboard.c
+ * vim: expandtab:ts=4:sts=4:sw=4
  *
  * Copyright (C) 2019 Michael Vetter <jubalh@iodoru.org>
  *
diff --git a/src/tools/clipboard.h b/src/tools/clipboard.h
index 258b5a31..b83c8074 100644
--- a/src/tools/clipboard.h
+++ b/src/tools/clipboard.h
@@ -1,5 +1,6 @@
 /*
  * clipboard.h
+ * vim: expandtab:ts=4:sts=4:sw=4
  *
  * Copyright (C) 2019 Michael Vetter <jubalh@iodoru.org>
  *
diff --git a/src/tools/http_upload.c b/src/tools/http_upload.c
index bebb7239..79ed006c 100644
--- a/src/tools/http_upload.c
+++ b/src/tools/http_upload.c
@@ -1,5 +1,6 @@
 /*
  * http_upload.c
+ * vim: expandtab:ts=4:sts=4:sw=4
  *
  * Copyright (C) 2012 - 2019 James Booth <boothj5@gmail.com>
  *
diff --git a/src/tools/http_upload.h b/src/tools/http_upload.h
index 7d61ea74..b9b46ca7 100644
--- a/src/tools/http_upload.h
+++ b/src/tools/http_upload.h
@@ -1,5 +1,6 @@
 /*
  * http_upload.h
+ * vim: expandtab:ts=4:sts=4:sw=4
  *
  * Copyright (C) 2012 - 2019 James Booth <boothj5@gmail.com>
  *
diff --git a/src/tools/parser.c b/src/tools/parser.c
index 15cbeef5..aa739330 100644
--- a/src/tools/parser.c
+++ b/src/tools/parser.c
@@ -1,5 +1,6 @@
 /*
  * parser.c
+ * vim: expandtab:ts=4:sts=4:sw=4
  *
  * Copyright (C) 2012 - 2019 James Booth <boothj5@gmail.com>
  *
diff --git a/src/tools/parser.h b/src/tools/parser.h
index 5d5c6028..4787b148 100644
--- a/src/tools/parser.h
+++ b/src/tools/parser.h
@@ -1,5 +1,6 @@
 /*
  * parser.h
+ * vim: expandtab:ts=4:sts=4:sw=4
  *
  * Copyright (C) 2012 - 2019 James Booth <boothj5@gmail.com>
  *
diff --git a/src/tools/tinyurl.c b/src/tools/tinyurl.c
index 0750709f..955ce030 100644
--- a/src/tools/tinyurl.c
+++ b/src/tools/tinyurl.c
@@ -1,5 +1,6 @@
 /*
  * tinyurl.c
+ * vim: expandtab:ts=4:sts=4:sw=4
  *
  * Copyright (C) 2012 - 2019 James Booth <boothj5@gmail.com>
  *
diff --git a/src/tools/tinyurl.h b/src/tools/tinyurl.h
index eb85f66f..14ac6e35 100644
--- a/src/tools/tinyurl.h
+++ b/src/tools/tinyurl.h
@@ -1,5 +1,6 @@
 /*
  * tinyurl.h
+ * vim: expandtab:ts=4:sts=4:sw=4
  *
  * Copyright (C) 2012 - 2019 James Booth <boothj5@gmail.com>
  *