You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello I want to write code blocks alike following:
xxx {
yyy
}
I saw this
(defcustom cperl-indent-parens-as-block nil"*Non-nil means that non-block ()-, {}- and []-groups are indented as blocks,but for trailing \",\" inside the group, which won't increase indentation.One should tune up `cperl-close-paren-offset' as well."
:type 'boolean
:group 'cperl-indentation-details)
Hello I want to write code blocks alike following:
xxx { yyy }I saw this
And was trying to add this:
https://github.com/Cynede/emacs.d/commit/a93298c882dbd5170636df7c7e53711bb1b94ba0
I expected it will indent closing block bracket but it doesn't. And I can't detect any other changes.
When I set
(defcustom cperl-indent-parens-as-block t ...in code it doesn't indent closing block bracket too.
The text was updated successfully, but these errors were encountered: