mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Add rest of file templates
This commit is contained in:
16
private/templates/c++-mode/@@.cpp
Normal file
16
private/templates/c++-mode/@@.cpp
Normal file
@ -0,0 +1,16 @@
|
||||
# -*- mode: snippet -*-
|
||||
# group: file templates
|
||||
# contributor: Henrik Lissner
|
||||
# --
|
||||
/**
|
||||
* @file
|
||||
* @author `user-full-name` <`user-mail-address`>
|
||||
* @version ${1:0.1}
|
||||
* @since $1 @ `(format-time-string "%Y-%m-%d")`
|
||||
*
|
||||
* @section DESCRIPTION
|
||||
*
|
||||
* ${2:Some description of this file}
|
||||
*/
|
||||
|
||||
$0
|
Reference in New Issue
Block a user