Add vim modeline

This commit is contained in:
Michael Vetter
2019-11-13 12:11:05 +01:00
parent cc164728a7
commit 46fd7150e5
149 changed files with 217 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
/*
* api.c
* vim: expandtab:ts=4:sts=4:sw=4
*
* Copyright (C) 2012 - 2019 James Booth <boothj5@gmail.com>
*

View File

@@ -1,5 +1,6 @@
/*
* api.h
* vim: expandtab:ts=4:sts=4:sw=4
*
* Copyright (C) 2012 - 2019 James Booth <boothj5@gmail.com>
*

View File

@@ -1,5 +1,6 @@
/*
* autocompleters.c
* vim: expandtab:ts=4:sts=4:sw=4
*
* Copyright (C) 2012 - 2019 James Booth <boothj5@gmail.com>
*

View File

@@ -1,5 +1,6 @@
/*
* autocompleters.h
* vim: expandtab:ts=4:sts=4:sw=4
*
* Copyright (C) 2012 - 2019 James Booth <boothj5@gmail.com>
*

View File

@@ -1,5 +1,6 @@
/*
* c_api.c
* vim: expandtab:ts=4:sts=4:sw=4
*
* Copyright (C) 2012 - 2019 James Booth <boothj5@gmail.com>
*

View File

@@ -1,5 +1,6 @@
/*
* c_api.h
* vim: expandtab:ts=4:sts=4:sw=4
*
* Copyright (C) 2012 - 2019 James Booth <boothj5@gmail.com>
*

View File

@@ -1,5 +1,6 @@
/*
* c_plugins.c
* vim: expandtab:ts=4:sts=4:sw=4
*
* Copyright (C) 2012 - 2019 James Booth <boothj5@gmail.com>
*

View File

@@ -1,5 +1,6 @@
/*
* c_plugins.h
* vim: expandtab:ts=4:sts=4:sw=4
*
* Copyright (C) 2012 - 2019 James Booth <boothj5@gmail.com>
*

View File

@@ -1,5 +1,6 @@
/*
* callbacks.c
* vim: expandtab:ts=4:sts=4:sw=4
*
* Copyright (C) 2012 - 2019 James Booth <boothj5@gmail.com>
*

View File

@@ -1,5 +1,6 @@
/*
* callbacks.h
* vim: expandtab:ts=4:sts=4:sw=4
*
* Copyright (C) 2012 - 2019 James Booth <boothj5@gmail.com>
*

View File

@@ -1,5 +1,6 @@
/*
* disco.c
* vim: expandtab:ts=4:sts=4:sw=4
*
* Copyright (C) 2012 - 2019 James Booth <boothj5@gmail.com>
*

View File

@@ -1,5 +1,6 @@
/*
* disco.h
* vim: expandtab:ts=4:sts=4:sw=4
*
* Copyright (C) 2012 - 2019 James Booth <boothj5@gmail.com>
*

View File

@@ -1,5 +1,6 @@
/*
* plugins.c
* vim: expandtab:ts=4:sts=4:sw=4
*
* Copyright (C) 2012 - 2019 James Booth <boothj5@gmail.com>
*

View File

@@ -1,5 +1,6 @@
/*
* plugins.h
* vim: expandtab:ts=4:sts=4:sw=4
*
* Copyright (C) 2012 - 2019 James Booth <boothj5@gmail.com>
*

View File

@@ -1,5 +1,6 @@
/*
* prof_api.c
* vim: expandtab:ts=4:sts=4:sw=4
*
* Copyright (C) 2012 - 2019 James Booth <boothj5@gmail.com>
*

View File

@@ -1,5 +1,6 @@
/*
* prof_api.h
* vim: expandtab:ts=4:sts=4:sw=4
*
* Copyright (C) 2012 - 2019 James Booth <boothj5@gmail.com>
*

View File

@@ -1,5 +1,6 @@
/*
* python_api.c
* vim: expandtab:ts=4:sts=4:sw=4
*
* Copyright (C) 2012 - 2019 James Booth <boothj5@gmail.com>
*

View File

@@ -1,5 +1,6 @@
/*
* python_api.h
* vim: expandtab:ts=4:sts=4:sw=4
*
* Copyright (C) 2012 - 2019 James Booth <boothj5@gmail.com>
*

View File

@@ -1,5 +1,6 @@
/*
* python_plugins.c
* vim: expandtab:ts=4:sts=4:sw=4
*
* Copyright (C) 2012 - 2019 James Booth <boothj5@gmail.com>
*

View File

@@ -1,5 +1,6 @@
/*
* python_plugins.h
* vim: expandtab:ts=4:sts=4:sw=4
*
* Copyright (C) 2012 - 2019 James Booth <boothj5@gmail.com>
*

View File

@@ -1,5 +1,6 @@
/*
* settings.c
* vim: expandtab:ts=4:sts=4:sw=4
*
* Copyright (C) 2012 - 2019 James Booth <boothj5@gmail.com>
*

View File

@@ -1,5 +1,6 @@
/*
* settings.h
* vim: expandtab:ts=4:sts=4:sw=4
*
* Copyright (C) 2012 - 2019 James Booth <boothj5@gmail.com>
*

View File

@@ -1,5 +1,6 @@
/*
* themes.c
* vim: expandtab:ts=4:sts=4:sw=4
*
* Copyright (C) 2012 - 2019 James Booth <boothj5@gmail.com>
*

View File

@@ -1,5 +1,6 @@
/*
* themes.h
* vim: expandtab:ts=4:sts=4:sw=4
*
* Copyright (C) 2012 - 2019 James Booth <boothj5@gmail.com>
*