aboutsummaryrefslogtreecommitdiff
path: root/mariadb-server/storage/spider
diff options
context:
space:
mode:
Diffstat (limited to 'mariadb-server/storage/spider')
-rw-r--r--mariadb-server/storage/spider/.dir-locals.el12
1 files changed, 12 insertions, 0 deletions
diff --git a/mariadb-server/storage/spider/.dir-locals.el b/mariadb-server/storage/spider/.dir-locals.el
new file mode 100644
index 0000000..644ec45
--- /dev/null
+++ b/mariadb-server/storage/spider/.dir-locals.el
@@ -0,0 +1,12 @@
+((c++-mode
+ . ((c-file-style . "maria-spider")
+ (comment-start . "/* ")
+ (comment-end . " */")
+ (comment-continue . " ")
+ (comment-style . extra-line)))
+ (c-mode
+ . ((c-file-style . "maria-spider")
+ (comment-start . "/* ")
+ (comment-end . " */")
+ (comment-continue . " ")
+ (comment-style . extra-line))))