Update bits and pieces that should be substituted in files.

This commit is contained in:
Laurence Withers 2006-07-25 19:19:59 +01:00
commit e1de1ce843
42 changed files with 80 additions and 80 deletions

View file

@ -8,6 +8,6 @@
// standard includes, or includes needed for type declarations
/* options for text editors
kate: replace-trailing-space-save true; space-indent true; tab-width 4;
vim: expandtab:ts=4:sw=4
kate: @KATE_MODELINE@
vim: @VIM_MODELINE@
*/

View file

@ -8,6 +8,6 @@
// Below are all the includes used throughout the application.
/* options for text editors
kate: replace-trailing-space-save true; space-indent true; tab-width 4;
vim: expandtab:ts=4:sw=4
kate: @KATE_MODELINE@
vim: @VIM_MODELINE@
*/

View file

@ -37,5 +37,5 @@ then
fi
# kate: replace-trailing-space-save true; space-indent true; tab-width 4;
# vim: expandtab:ts=4:sw=4
# kate: @KATE_MODELINE@
# vim: @VIM_MODELINE@

View file

@ -8,5 +8,5 @@ echo "Installing firmware into '${HEXDIR}'"
install_file "${@NAME@}" "${HEXDIR}" 0755 || return 1
print_success "Done"
# kate: replace-trailing-space-save true; space-indent true; tab-width 4;
# vim: expandtab:ts=4:sw=4
# kate: @KATE_MODELINE@
# vim: @VIM_MODELINE@

View file

@ -14,5 +14,5 @@ then
MONOLITHIC_DOC="${MONOLITHIC_DOC} ${SRC}"
fi
# kate: replace-trailing-space-save true; space-indent true; tab-width 4;
# vim: expandtab:ts=4:sw=4
# kate: @KATE_MODELINE@
# vim: @VIM_MODELINE@