Add c-style for prism [ci skip]

This commit is contained in:
Nobuyoshi Nakada 2024-09-20 22:50:27 +09:00
parent 276bb58457
commit 7836626f92
No known key found for this signature in database
GPG Key ID: 3582D74E1FEE4465

View File

@ -66,6 +66,17 @@
(access-label /)
)))
(c-add-style
"prism"
'("bsd"
(c-basic-offset . 4)
(tab-width . 8)
(indent-tabs-mode . nil)
(setq show-trailing-whitespace t)
(c-offsets-alist
(case-label . +)
)))
;;;###autoload
(defun ruby-style-c-mode ()
(interactive)