aboutsummaryrefslogtreecommitdiff
path: root/mariadb-server/sql/.dir-locals.el
diff options
context:
space:
mode:
Diffstat (limited to 'mariadb-server/sql/.dir-locals.el')
-rw-r--r--mariadb-server/sql/.dir-locals.el13
1 files changed, 13 insertions, 0 deletions
diff --git a/mariadb-server/sql/.dir-locals.el b/mariadb-server/sql/.dir-locals.el
new file mode 100644
index 0000000..b221088
--- /dev/null
+++ b/mariadb-server/sql/.dir-locals.el
@@ -0,0 +1,13 @@
+((c++-mode
+ . ((c-file-style . "linux")
+ (c-basic-offset . 2)
+ (comment-start . "/* ")
+ (comment-end . " */")
+ (comment-continue . " ")
+ (comment-style . extra-line)))
+ (c-mode
+ . ((c-file-style . "linux")
+ (c-basic-offset . 2)
+ (comment-end . " */")
+ (comment-continue . " ")
+ (comment-style . extra-line))))