WhitespaceClean-resources/templates/conf

whitespace pass over files
for reference regex that was used s/[ \t]+(\r?\n)/\1/
This commit is contained in:
mafoo
2016-03-11 13:24:27 +00:00
parent 11c2176a15
commit 0d2cc7f124
47 changed files with 255 additions and 255 deletions
@@ -1,14 +1,14 @@
<configuration name="lua.conf" description="LUA Configuration">
<settings>
<!--
<!--
Specify local directories that will be searched for LUA modules
These entries will be pre-pended to the LUA_CPATH environment variable
-->
<!-- <param name="module-directory" value="/usr/lib/lua/5.1/?.so"/> -->
<!-- <param name="module-directory" value="/usr/local/lib/lua/5.1/?.so"/> -->
<!--
<!--
Specify local directories that will be searched for LUA scripts
These entries will be pre-pended to the LUA_PATH environment variable
-->
@@ -21,7 +21,7 @@
<!--
The following options identifies a lua script that is launched
at startup and may live forever in the background.
You can define multiple lines, one for each script you
You can define multiple lines, one for each script you
need to run.
-->