aboutsummaryrefslogtreecommitdiffstats
path: root/extras/emacs/plugin-h-skel.el
diff options
context:
space:
mode:
Diffstat (limited to 'extras/emacs/plugin-h-skel.el')
-rw-r--r--extras/emacs/plugin-h-skel.el10
1 files changed, 10 insertions, 0 deletions
diff --git a/extras/emacs/plugin-h-skel.el b/extras/emacs/plugin-h-skel.el
index 8bf9b6fed23..94f60afcfa0 100644
--- a/extras/emacs/plugin-h-skel.el
+++ b/extras/emacs/plugin-h-skel.el
@@ -21,6 +21,7 @@ nil
'(if (not (boundp 'plugin-name))
(setq plugin-name (read-string "Plugin name: ")))
'(setq PLUGIN-NAME (upcase plugin-name))
+'(setq capital-oh-en "ON")
"
/*
* " plugin-name ".h - skeleton vpp engine plug-in header file
@@ -63,4 +64,13 @@ typedef struct {
vlib_node_registration_t " plugin-name "_node;
#endif /* __included_" plugin-name "_h__ */
+
+/*
+ * fd.io coding-style-patch-verification: " capital-oh-en "
+ *
+ * Local Variables:
+ * eval: (c-set-style \"gnu\")
+ * End:
+ */
+
")