From 16938a57453b769490fde0372407ae169de519ab Mon Sep 17 00:00:00 2001 From: Audric Schiltknecht Date: Wed, 10 Oct 2012 22:12:38 +0200 Subject: Add "basic" vim configuration --- vim/.vim/templates/h.tpl | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 vim/.vim/templates/h.tpl (limited to 'vim/.vim/templates/h.tpl') diff --git a/vim/.vim/templates/h.tpl b/vim/.vim/templates/h.tpl new file mode 100644 index 0000000..53a7226 --- /dev/null +++ b/vim/.vim/templates/h.tpl @@ -0,0 +1,14 @@ +/** + * @file <+FILE+> + * @author <+AUTEUR+> + * @version <+VERSION+> + * @brief <+DESCRIPTION_COURTE+> + * + * <+DESCRIPTION_LONGUE+> + * + */ +#ifndef <+HEADER_H+> +#define <+HEADER_H+> + + +#endif -- cgit v1.2.3-70-g09d2