diff options
author | Michael Vetter <jubalh@iodoru.org> | 2019-11-13 12:11:05 +0100 |
---|---|---|
committer | Michael Vetter <jubalh@iodoru.org> | 2019-11-13 12:11:05 +0100 |
commit | 46fd7150e5e22f986b151ef01eaffa673cff9f1e (patch) | |
tree | 0e7cdf6c1bac2c797ff3e8dbc48f6ba082514af1 /src/otr | |
parent | cc164728a7db5f909f570300db74a8dc818c5407 (diff) | |
download | profani-tty-46fd7150e5e22f986b151ef01eaffa673cff9f1e.tar.gz |
Add vim modeline
Diffstat (limited to 'src/otr')
-rw-r--r-- | src/otr/otr.c | 1 | ||||
-rw-r--r-- | src/otr/otr.h | 1 | ||||
-rw-r--r-- | src/otr/otrlib.h | 1 | ||||
-rw-r--r-- | src/otr/otrlibv3.c | 1 | ||||
-rw-r--r-- | src/otr/otrlibv4.c | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/src/otr/otr.c b/src/otr/otr.c index d37f2130..40684857 100644 --- a/src/otr/otr.c +++ b/src/otr/otr.c @@ -1,5 +1,6 @@ /* * otr.c + * vim: expandtab:ts=4:sts=4:sw=4 * * Copyright (C) 2012 - 2019 James Booth <boothj5@gmail.com> * diff --git a/src/otr/otr.h b/src/otr/otr.h index b595df50..5b9a09d3 100644 --- a/src/otr/otr.h +++ b/src/otr/otr.h @@ -1,5 +1,6 @@ /* * otr.h + * vim: expandtab:ts=4:sts=4:sw=4 * * Copyright (C) 2012 - 2019 James Booth <boothj5@gmail.com> * diff --git a/src/otr/otrlib.h b/src/otr/otrlib.h index 4add81b1..3c6e02f8 100644 --- a/src/otr/otrlib.h +++ b/src/otr/otrlib.h @@ -1,5 +1,6 @@ /* * otrlib.h + * vim: expandtab:ts=4:sts=4:sw=4 * * Copyright (C) 2012 - 2019 James Booth <boothj5@gmail.com> * diff --git a/src/otr/otrlibv3.c b/src/otr/otrlibv3.c index a2348c5c..2628b728 100644 --- a/src/otr/otrlibv3.c +++ b/src/otr/otrlibv3.c @@ -1,5 +1,6 @@ /* * otrlibv3.c + * vim: expandtab:ts=4:sts=4:sw=4 * * Copyright (C) 2012 - 2019 James Booth <boothj5@gmail.com> * diff --git a/src/otr/otrlibv4.c b/src/otr/otrlibv4.c index 176d9a42..fbe24a47 100644 --- a/src/otr/otrlibv4.c +++ b/src/otr/otrlibv4.c @@ -1,5 +1,6 @@ /* * otrlibv4.c + * vim: expandtab:ts=4:sts=4:sw=4 * * Copyright (C) 2012 - 2019 James Booth <boothj5@gmail.com> * |