summaryrefslogtreecommitdiff
path: root/cmake
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 /cmake
parent8e4160395d41de155710af81c9b2645a5c5510b4 (diff)
downloadrabbitmq-c-github-ask-f3074030723b840690458983b63c746549aa3bd5.tar.gz
Adding vim modelines to help with source formatting
Diffstat (limited to 'cmake')
-rw-r--r--cmake/FindPOPT.cmake1
-rw-r--r--cmake/FindXmlTo.cmake1
-rw-r--r--cmake/InstallMacros.cmake1
-rw-r--r--cmake/TestCInline.cmake1
-rw-r--r--cmake/config.h.in1
5 files changed, 5 insertions, 0 deletions
diff --git a/cmake/FindPOPT.cmake b/cmake/FindPOPT.cmake
index ac11358..de29c7e 100644
--- a/cmake/FindPOPT.cmake
+++ b/cmake/FindPOPT.cmake
@@ -1,3 +1,4 @@
+# vim:set ts=2 sw=2 sts=2 et:
# - Try to find the popt options processing library
# The module will set the following variables
#
diff --git a/cmake/FindXmlTo.cmake b/cmake/FindXmlTo.cmake
index d2d4d63..8082078 100644
--- a/cmake/FindXmlTo.cmake
+++ b/cmake/FindXmlTo.cmake
@@ -1,3 +1,4 @@
+# vim:set ts=2 sw=2 sts=2 et:
# - Convert XML docBook files to various formats
# This will convert XML docBook files to various formats like:
# man html txt dvi ps pdf
diff --git a/cmake/InstallMacros.cmake b/cmake/InstallMacros.cmake
index 30cc47a..53e211e 100644
--- a/cmake/InstallMacros.cmake
+++ b/cmake/InstallMacros.cmake
@@ -1,3 +1,4 @@
+# vim:set ts=2 sw=2 sts=2 et:
#
# This module install PDB files.
#
diff --git a/cmake/TestCInline.cmake b/cmake/TestCInline.cmake
index 6343646..e42a822 100644
--- a/cmake/TestCInline.cmake
+++ b/cmake/TestCInline.cmake
@@ -1,3 +1,4 @@
+# vim:set ts=2 sw=2 sts=2 et:
#Inspired from http://www.cmake.org/Wiki/CMakeTestInline
IF(NOT DEFINED C_INLINE_KEYWORD)
diff --git a/cmake/config.h.in b/cmake/config.h.in
index 35c83ac..9535d66 100644
--- a/cmake/config.h.in
+++ b/cmake/config.h.in
@@ -1,3 +1,4 @@
+/* vim:set ft=c ts=2 sw=2 sts=2 et cindent: */
#ifndef CONFIG_H
#define CONFIG_H