From: Brenden Matthews Date: Mon, 27 Jul 2009 20:49:19 +0000 (-0600) Subject: Add/fix vim modelines for automake stuff. X-Git-Url: https://vcs.maemo.org/git/?a=commitdiff_plain;h=04ee7dc2fc0ac720e4b1a70a50eae117d8d4871a;p=monky Add/fix vim modelines for automake stuff. --- diff --git a/data/Makefile.am b/data/Makefile.am index c853e26..2c910a5 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -26,4 +26,4 @@ configdir = ${sysconfdir}/conky dist_config_DATA = conky.conf conky_no_x11.conf -# vi:set ts=8 sw=8 noet ai nocindent syntax=automake: +# vi:set ts=4 sw=4 noet ai nocindent syntax=automake: diff --git a/doc/Makefile.am b/doc/Makefile.am index 9a374b6..4246247 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -29,4 +29,4 @@ man_MANS = conky.1 EXTRA_DIST = $(DOCS) command_options.xml config_settings.xml docgen.sh docs.xml variables.xml variables.xsl config_settings.xsl lua.xml lua.xsl -# vi:set ts=8 sw=8 noet ai nocindent syntax=automake: +# vi:set ts=4 sw=4 noet ai nocindent syntax=automake: diff --git a/lua/Makefile.am b/lua/Makefile.am index 49fcde0..dbf9ae3 100644 --- a/lua/Makefile.am +++ b/lua/Makefile.am @@ -58,3 +58,4 @@ pkglib_LTLIBRARIES = $(libcairo) $(libimlib2) endif # BUILD_LUA +# vi:set ts=4 sw=4 noet ai nocindent syntax=automake: