Add skeleton .lwbuildrc file.

This commit is contained in:
Laurence Withers 2006-07-25 18:57:17 +01:00
parent 35bc2766a6
commit 201586b051
1 changed files with 12 additions and 0 deletions

12
skel-.lwbuildrc Normal file
View File

@ -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