Skip to content
This repository has been archived by the owner on Mar 22, 2023. It is now read-only.

Commit

Permalink
Integrate with namespace template parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
mfherbst committed Aug 12, 2017
1 parent 939b356 commit 909a0f6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions templates/cc.template
Expand Up @@ -19,8 +19,8 @@


#include "{{FILE}}.hh" #include "{{FILE}}.hh"


namespace {{PROJECT}} { namespace {{NAMESPACE}} {


{{CURSOR}} {{CURSOR}}


} // namespace {{PROJECT}} } // namespace {{NAMESPACE}}
4 changes: 2 additions & 2 deletions templates/hh.template
Expand Up @@ -19,8 +19,8 @@


#pragma once #pragma once


namespace {{PROJECT}} { namespace {{NAMESPACE}} {


{{CURSOR}} {{CURSOR}}


} // namespace {{PROJECT}} } // namespace {{NAMESPACE}}
1 change: 1 addition & 0 deletions templates/tmpl_settings.vim
@@ -1 +1,2 @@
let g:tmpl_project="molsturm" let g:tmpl_project="molsturm"
let g:tmpl_namespace="molsturm"

0 comments on commit 909a0f6

Please sign in to comment.