about summary refs log tree commit diff stats
path: root/src/command
diff options
context:
space:
mode:
Diffstat (limited to 'src/command')
-rw-r--r--src/command/cmd_ac.c1
-rw-r--r--src/command/cmd_ac.h1
-rw-r--r--src/command/cmd_defs.c1
-rw-r--r--src/command/cmd_defs.h1
-rw-r--r--src/command/cmd_funcs.c1
-rw-r--r--src/command/cmd_funcs.h1
6 files changed, 6 insertions, 0 deletions
diff --git a/src/command/cmd_ac.c b/src/command/cmd_ac.c
index a6fd227f..52705d5b 100644
--- a/src/command/cmd_ac.c
+++ b/src/command/cmd_ac.c
@@ -1,5 +1,6 @@
 /*
  * cmd_ac.c
+ * vim: expandtab:ts=4:sts=4:sw=4
  *
  * Copyright (C) 2012 - 2019 James Booth <boothj5@gmail.com>
  * Copyright (C) 2019 Michael Vetter <jubalh@iodoru.org>
diff --git a/src/command/cmd_ac.h b/src/command/cmd_ac.h
index cb9fdee2..d6ba3e2a 100644
--- a/src/command/cmd_ac.h
+++ b/src/command/cmd_ac.h
@@ -1,5 +1,6 @@
 /*
  * cmd_ac.h
+ * vim: expandtab:ts=4:sts=4:sw=4
  *
  * Copyright (C) 2012 - 2019 James Booth <boothj5@gmail.com>
  *
diff --git a/src/command/cmd_defs.c b/src/command/cmd_defs.c
index 6119abc5..95fd64a0 100644
--- a/src/command/cmd_defs.c
+++ b/src/command/cmd_defs.c
@@ -1,5 +1,6 @@
 /*
  * cmd_defs.c
+ * vim: expandtab:ts=4:sts=4:sw=4
  *
  * Copyright (C) 2012 - 2019 James Booth <boothj5@gmail.com>
  * Copyright (C) 2019 Michael Vetter <jubalh@iodoru.org>
diff --git a/src/command/cmd_defs.h b/src/command/cmd_defs.h
index fb3a12c4..6d829adc 100644
--- a/src/command/cmd_defs.h
+++ b/src/command/cmd_defs.h
@@ -1,5 +1,6 @@
 /*
  * cmd_defs.h
+ * vim: expandtab:ts=4:sts=4:sw=4
  *
  * Copyright (C) 2012 - 2019 James Booth <boothj5@gmail.com>
  * Copyright (C) 2019 Michael Vetter <jubalh@iodoru.org>
diff --git a/src/command/cmd_funcs.c b/src/command/cmd_funcs.c
index f7d71b13..4c0b238a 100644
--- a/src/command/cmd_funcs.c
+++ b/src/command/cmd_funcs.c
@@ -1,5 +1,6 @@
 /*
  * cmd_funcs.c
+ * vim: expandtab:ts=4:sts=4:sw=4
  *
  * Copyright (C) 2012 - 2019 James Booth <boothj5@gmail.com>
  * Copyright (C) 2019 Michael Vetter <jubalh@iodoru.org>
diff --git a/src/command/cmd_funcs.h b/src/command/cmd_funcs.h
index a93a1dd7..aab6aca2 100644
--- a/src/command/cmd_funcs.h
+++ b/src/command/cmd_funcs.h
@@ -1,5 +1,6 @@
 /*
  * cmd_funcs.h
+ * vim: expandtab:ts=4:sts=4:sw=4
  *
  * Copyright (C) 2012 - 2019 James Booth <boothj5@gmail.com>
  * Copyright (C) 2019 Michael Vetter <jubalh@iodoru.org>