From: Po Lu Date: Sat, 24 Feb 2024 02:01:03 +0000 (+0800) Subject: ; * .dir-locals.el (java-mode): Transfer suitable c-mode options. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e385f2fd84019f8183a3d4748ce57818324453ac;p=emacs.git ; * .dir-locals.el (java-mode): Transfer suitable c-mode options. (cherry picked from commit 65d4bf711055dc8d23cea9b2ec8a57cdbfa6cf05) --- diff --git a/.dir-locals.el b/.dir-locals.el index 89fb76a55f3..1a6acecc206 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -23,6 +23,11 @@ (electric-quote-string . nil) (indent-tabs-mode . t) (mode . bug-reference-prog))) + (java-mode . ((c-file-style . "GNU") + (electric-quote-comment . nil) + (electric-quote-string . nil) + (indent-tabs-mode . t) + (mode . bug-reference-prog))) (objc-mode . ((c-file-style . "GNU") (electric-quote-comment . nil) (electric-quote-string . nil)