From 201586b051ccf45f2d3a94bdbc3bc996a6bc08e0 Mon Sep 17 00:00:00 2001 From: Laurence Withers Date: Tue, 25 Jul 2006 18:57:17 +0100 Subject: [PATCH] Add skeleton .lwbuildrc file. --- skel-.lwbuildrc | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 skel-.lwbuildrc diff --git a/skel-.lwbuildrc b/skel-.lwbuildrc new file mode 100644 index 0000000..fd406a5 --- /dev/null +++ b/skel-.lwbuildrc @@ -0,0 +1,12 @@ +# ~/.lwbuildrc +# +# Contains constants used when creating a new project. +# + +AUTHOR="" +EMAIL="" +KATE_MODELINE="replace-trailing-space-save true; space-indent true; tab-width 4;" +VIM_MODELINE="vim: expandtab:ts=4:sw=4" + +# kate: replace-trailing-space-save true; space-indent true; tab-width 4; +# vim: expandtab:ts=4:sw=4