diff options
| author | Po Lu <luangruo@yahoo.com> | 2024-02-24 10:01:03 +0800 |
|---|---|---|
| committer | Po Lu <luangruo@yahoo.com> | 2024-02-24 10:01:03 +0800 |
| commit | 65d4bf711055dc8d23cea9b2ec8a57cdbfa6cf05 (patch) | |
| tree | 5fb6c51712cd4a94153469faaef54c8b815d331c | |
| parent | 26290870b3505b8971c73fe3a82b69e3c4e86b88 (diff) | |
; * .dir-locals.el (java-mode): Transfer suitable c-mode options.
| -rw-r--r-- | .dir-locals.el | 5 |
1 files changed, 5 insertions, 0 deletions
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) |
