summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAlan Antonuk <alan.antonuk@gmail.com>2013-04-05 15:19:58 -0700
committerAlan Antonuk <alan.antonuk@gmail.com>2013-04-05 15:30:49 -0700
commitf3074030723b840690458983b63c746549aa3bd5 (patch)
treec57bc5d22e2adcd995f66bc998470ba6036b1504 /tools
parent8e4160395d41de155710af81c9b2645a5c5510b4 (diff)
downloadrabbitmq-c-github-ask-f3074030723b840690458983b63c746549aa3bd5.tar.gz
Adding vim modelines to help with source formatting
Diffstat (limited to 'tools')
-rw-r--r--tools/CMakeLists.txt1
-rw-r--r--tools/common.c1
-rw-r--r--tools/common.h1
-rw-r--r--tools/consume.c1
-rw-r--r--tools/declare_queue.c1
-rw-r--r--tools/delete_queue.c1
-rw-r--r--tools/get.c1
-rw-r--r--tools/publish.c1
-rw-r--r--tools/unix/process.c1
-rw-r--r--tools/unix/process.h1
-rw-r--r--tools/win32/compat.c1
-rw-r--r--tools/win32/compat.h1
-rw-r--r--tools/win32/process.c1
-rw-r--r--tools/win32/process.h1
14 files changed, 14 insertions, 0 deletions
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