summaryrefslogtreecommitdiff
path: root/tests
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 /tests
parent8e4160395d41de155710af81c9b2645a5c5510b4 (diff)
downloadrabbitmq-c-github-ask-f3074030723b840690458983b63c746549aa3bd5.tar.gz
Adding vim modelines to help with source formatting
Diffstat (limited to 'tests')
-rw-r--r--tests/CMakeLists.txt1
-rw-r--r--tests/test_parse_url.c1
-rw-r--r--tests/test_tables.c1
3 files changed, 3 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 4b54003..7ebf545 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -1,3 +1,4 @@
+# vim:set ts=2 sw=2 sts=2 et:
include_directories(${LIBRABBITMQ_INCLUDE_DIRS})
if (MSVC)
diff --git a/tests/test_parse_url.c b/tests/test_parse_url.c
index a4c5f09..2e7d1c7 100644
--- a/tests/test_parse_url.c
+++ b/tests/test_parse_url.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/tests/test_tables.c b/tests/test_tables.c
index 659db53..404a6d8 100644
--- a/tests/test_tables.c
+++ b/tests/test_tables.c
@@ -1,3 +1,4 @@
+/* vim:set ft=c ts=2 sw=2 sts=2 et cindent: */
/*
* ***** BEGIN LICENSE BLOCK *****
* Version: MIT