[Lxr-general] [PATCH 9/10] More whitespace cleanups in lxr.conf template.
Brought to you by:
ajlittoz
|
From: Jan-Benedict G. <jb...@lu...> - 2006-12-07 10:17:52
|
---
templates/lxr.conf | 46 ++++++++++++++++++++++------------------------
1 files changed, 22 insertions(+), 24 deletions(-)
diff --git a/templates/lxr.conf b/templates/lxr.conf
index b60de12..06b7011 100644
--- a/templates/lxr.conf
+++ b/templates/lxr.conf
@@ -3,7 +3,6 @@
#
(
{
-
# Global configuration
# Path to glimpse executables.
@@ -25,10 +24,9 @@
# Location of the ectags.conf file
'ectagsconf' => '/path/to/lib/LXR/Lang/ectags.conf',
-
- # Paths for CVS module
- 'cvspath' => '/bin:/usr/local/bin:/usr/bin:/usr/sbin',
+ # Paths for CVS module
+ 'cvspath' => '/bin:/usr/local/bin:/usr/bin:/usr/sbin',
},
{
@@ -81,17 +79,17 @@
},
# Templates used for headers and footers
- 'htmlhead' => 'html-head.html',
- 'htmltail' => 'html-tail.html',
- 'htmldir' => 'html-dir.html',
- 'htmlident' => 'html-ident.html',
+ 'htmlhead' => 'html-head.html',
+ 'htmltail' => 'html-tail.html',
+ 'htmldir' => 'html-dir.html',
+ 'htmlident' => 'html-ident.html',
'htmlident_refs' => 'html-ident-refs.html',
- 'htmlfind' => 'html-find.html',
- 'htmlsearch' => 'html-search-swish.html',
+ 'htmlfind' => 'html-find.html',
+ 'htmlsearch' => 'html-search-swish.html',
- 'sourcehead' => 'html-head.html',
- 'sourcedirhead' => 'html-head.html',
- 'stylesheet' => 'lxr.css',
+ 'sourcehead' => 'html-head.html',
+ 'sourcedirhead' => 'html-head.html',
+ 'stylesheet' => 'lxr.css',
# sourceroot - where to get the source files from
@@ -108,9 +106,9 @@
# server access does NOT work.
# 'sourceroot' => 'cvs:/hom/karsk/a/CVSROOT/linux',
- # For a BitKeeper repository, specify bk: followed by the path to the
+ # For a BitKeeper repository, specify bk: followed by the path to the
# repository. For BK it is also necessary to specify a 'cachepath' parameter in
- # the 'sourceparams' value below. This should point to a directory where the
+ # the 'sourceparams' value below. This should point to a directory where the
# code can write and read files.
# 'sourceroot' => 'bk:/some/repository/here',
@@ -130,16 +128,16 @@
#
# BK: 'cachepath' is used for temporary files
# GIT: if `do_annotations' is non-zero, the file revision that
- # introduced each line is displayed.
- # `do_blame' will add the author of each line to the
- # output. Keep in mind that the core LXR code
- # will only request author information if
- # annotations are switched on, too!
+ # introduced each line is displayed.
+ # `do_blame' will add the author of each line to the
+ # output. Keep in mind that the core LXR code
+ # will only request author information if
+ # annotations are switched on, too!
#
'sourceparams' => {
- 'cachepath' => '/a/path/here',
- 'do_annotate' => 1,
- 'do_blame' => 1,
+ 'cachepath' => '/a/path/here',
+ 'do_annotate' => 1,
+ 'do_blame' => 1,
},
# The DBI identifier for the database to use
@@ -204,7 +202,7 @@
'Java' => [ 'Java', '(?i)\.java$', 'LXR::Lang::Java', '4' ],
# 'Lisp' => [
- # 'Lisp', '(?i)\.cl$|\.clisp$|\.el$|\.l$|\.lisp$|\.lsp$|\.ml$', 'LXR::Lang::Generic'
+ # 'Lisp', '(?i)\.cl$|\.clisp$|\.el$|\.l$|\.lisp$|\.lsp$|\.ml$', 'LXR::Lang::Generic'
# ],
# No tabwidth specified here as an example
--
1.4.4.1
|