summaryrefslogtreecommitdiff
path: root/src/options/module_template.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/options/module_template.cpp')
-rw-r--r--src/options/module_template.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/options/module_template.cpp b/src/options/module_template.cpp
index c79656e4b..bc953b952 100644
--- a/src/options/module_template.cpp
+++ b/src/options/module_template.cpp
@@ -33,6 +33,14 @@ ${defs}$
${modes}$
+
+namespace ${id}$
+{
+// clang-format off
+${defaults}$
+// clang-format on
+}
+
} // namespace options
} // namespace cvc5
// clang-format on
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback