Add C file templates

This commit is contained in:
Henrik Lissner 2015-08-10 23:16:05 +02:00
parent 482e70f32f
commit fb7efbcadc
2 changed files with 14 additions and 0 deletions

View file

@ -0,0 +1,14 @@
# -*- mode: snippet -*-
# group: file templates
# contributor: Henrik Lissner
# --
/**
* @file
* @author `user-full-name` <`user-mail-address`>
* @version 0.1
* @since 0.1 @ `(format-time-string "%Y-%m-%d")`
*/
#include "`(file-name-nondirectory (file-name-sans-extension (buffer-file-name)))`.h"
$0