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 --- tests/CMakeLists.txt | 1 + tests/test_parse_url.c | 1 + tests/test_tables.c | 1 + 3 files changed, 3 insertions(+) (limited to 'tests') 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 -- cgit v1.2.1