This repository has been archived on 2023-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/.config/.old/nvim_0.4.4/templates/cpp.template

18 lines
257 B
Plaintext

/**
* @author : {{NAME}} ({{EMAIL}})
* @file : {{FILE}}
* @license : {{LICENSE}}
* @created : {{TIMESTAMP}}
*/
#include "{{FILE}}.hpp"
{{CAMEL_CLASS}}::{{CAMEL_CLASS}}()
{
{{CURSOR}}
}
{{CAMEL_CLASS}}::~{{CAMEL_CLASS}}()
{
}