From f3074030723b840690458983b63c746549aa3bd5 Mon Sep 17 00:00:00 2001 From: Alan Antonuk Date: Fri, 5 Apr 2013 15:19:58 -0700 Subject: Adding vim modelines to help with source formatting --- tools/CMakeLists.txt | 1 + tools/common.c | 1 + tools/common.h | 1 + tools/consume.c | 1 + tools/declare_queue.c | 1 + tools/delete_queue.c | 1 + tools/get.c | 1 + tools/publish.c | 1 + tools/unix/process.c | 1 + tools/unix/process.h | 1 + tools/win32/compat.c | 1 + tools/win32/compat.h | 1 + tools/win32/process.c | 1 + tools/win32/process.h | 1 + 14 files changed, 14 insertions(+) (limited to 'tools') diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt index 739f0ec..9b352fb 100644 --- a/tools/CMakeLists.txt +++ b/tools/CMakeLists.txt @@ -1,3 +1,4 @@ +# vim:set ts=2 sw=2 sts=2 et: include_directories(${CMAKE_CURRENT_SOURCE_DIR} ${LIBRABBITMQ_INCLUDE_DIRS} ${POPT_INCLUDE_DIRS}) if (WIN32) diff --git a/tools/common.c b/tools/common.c index 70f3bca..c5b2a77 100644 --- a/tools/common.c +++ b/tools/common.c @@ -1,3 +1,4 @@ +/* vim:set ft=c ts=2 sw=2 sts=2 et cindent: */ /* * ***** BEGIN LICENSE BLOCK ***** * Version: MIT diff --git a/tools/common.h b/tools/common.h index c88c6bc..0a9af9d 100644 --- a/tools/common.h +++ b/tools/common.h @@ -1,3 +1,4 @@ +/* vim:set ft=c ts=2 sw=2 sts=2 et cindent: */ /* * ***** BEGIN LICENSE BLOCK ***** * Version: MIT diff --git a/tools/consume.c b/tools/consume.c index 4f79889..d6ddfa8 100644 --- a/tools/consume.c +++ b/tools/consume.c @@ -1,3 +1,4 @@ +/* vim:set ft=c ts=2 sw=2 sts=2 et cindent: */ /* * ***** BEGIN LICENSE BLOCK ***** * Version: MIT diff --git a/tools/declare_queue.c b/tools/declare_queue.c index fc9524c..26c3a68 100644 --- a/tools/declare_queue.c +++ b/tools/declare_queue.c @@ -1,3 +1,4 @@ +/* vim:set ft=c ts=2 sw=2 sts=2 et cindent: */ /* * ***** BEGIN LICENSE BLOCK ***** * Version: MIT diff --git a/tools/delete_queue.c b/tools/delete_queue.c index 4577d74..cb92f7b 100644 --- a/tools/delete_queue.c +++ b/tools/delete_queue.c @@ -1,3 +1,4 @@ +/* vim:set ft=c ts=2 sw=2 sts=2 et cindent: */ /* * ***** BEGIN LICENSE BLOCK ***** * Version: MIT diff --git a/tools/get.c b/tools/get.c index 3e536c7..888e069 100644 --- a/tools/get.c +++ b/tools/get.c @@ -1,3 +1,4 @@ +/* vim:set ft=c ts=2 sw=2 sts=2 et cindent: */ /* * ***** BEGIN LICENSE BLOCK ***** * Version: MIT diff --git a/tools/publish.c b/tools/publish.c index f7e7e77..5ebc191 100644 --- a/tools/publish.c +++ b/tools/publish.c @@ -1,3 +1,4 @@ +/* vim:set ft=c ts=2 sw=2 sts=2 et cindent: */ /* * ***** BEGIN LICENSE BLOCK ***** * Version: MIT diff --git a/tools/unix/process.c b/tools/unix/process.c index 624f016..a714928 100644 --- a/tools/unix/process.c +++ b/tools/unix/process.c @@ -1,3 +1,4 @@ +/* vim:set ft=c ts=2 sw=2 sts=2 et cindent: */ /* * ***** BEGIN LICENSE BLOCK ***** * Version: MIT diff --git a/tools/unix/process.h b/tools/unix/process.h index 6b6d93d..0aad292 100644 --- a/tools/unix/process.h +++ b/tools/unix/process.h @@ -1,3 +1,4 @@ +/* vim:set ft=c ts=2 sw=2 sts=2 et cindent: */ /* * ***** BEGIN LICENSE BLOCK ***** * Version: MIT diff --git a/tools/win32/compat.c b/tools/win32/compat.c index 07afa9a..cbac8e6 100644 --- a/tools/win32/compat.c +++ b/tools/win32/compat.c @@ -1,3 +1,4 @@ +/* vim:set ft=c ts=2 sw=2 sts=2 et cindent: */ /* * ***** BEGIN LICENSE BLOCK ***** * Version: MIT diff --git a/tools/win32/compat.h b/tools/win32/compat.h index 9b9c96a..74cacbe 100644 --- a/tools/win32/compat.h +++ b/tools/win32/compat.h @@ -1,3 +1,4 @@ +/* vim:set ft=c ts=2 sw=2 sts=2 et cindent: */ /* * ***** BEGIN LICENSE BLOCK ***** * Version: MIT diff --git a/tools/win32/process.c b/tools/win32/process.c index 8bc9337..699f60f 100644 --- a/tools/win32/process.c +++ b/tools/win32/process.c @@ -1,3 +1,4 @@ +/* vim:set ft=c ts=2 sw=2 sts=2 et cindent: */ /* * ***** BEGIN LICENSE BLOCK ***** * Version: MIT diff --git a/tools/win32/process.h b/tools/win32/process.h index c2a8a0d..1429ad2 100644 --- a/tools/win32/process.h +++ b/tools/win32/process.h @@ -1,3 +1,4 @@ +/* vim:set ft=c ts=2 sw=2 sts=2 et cindent: */ /* * ***** BEGIN LICENSE BLOCK ***** * Version: MIT -- cgit v1.2.1