mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Update C++ file templates
This commit is contained in:
@ -5,16 +5,10 @@
|
||||
/**
|
||||
* @file
|
||||
* @author `user-full-name` <`user-mail-address`>
|
||||
* @version ${1:0.1}
|
||||
*
|
||||
* @section DESCRIPTION
|
||||
*
|
||||
* ${2:Some description of this file}
|
||||
* @version 0.1
|
||||
*/
|
||||
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
Reference in New Issue
Block a user