From e07a2aee70031e7d4b1c43208867e1e716209a53 Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Mon, 28 Aug 2023 09:08:47 +1000 Subject: [emacs] minor change to offset alist --- mariadb-server/sql/.dir-locals.el | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'mariadb-server') diff --git a/mariadb-server/sql/.dir-locals.el b/mariadb-server/sql/.dir-locals.el index b221088..591ae73 100644 --- a/mariadb-server/sql/.dir-locals.el +++ b/mariadb-server/sql/.dir-locals.el @@ -1,6 +1,10 @@ ((c++-mode . ((c-file-style . "linux") (c-basic-offset . 2) + (c-offsets-alist + . ( + (inline-open . 0) + )) (comment-start . "/* ") (comment-end . " */") (comment-continue . " ") @@ -8,6 +12,11 @@ (c-mode . ((c-file-style . "linux") (c-basic-offset . 2) + (c-offsets-alist + . ( + (inline-open . 0) + )) + (comment-start . "/* ") (comment-end . " */") (comment-continue . " ") (comment-style . extra-line)))) -- cgit v1.2.3