Indent lines after open parens as blocks

This will move lines more to the left when specifying arguments to constructors
or functions on multiple lines.  Nested function calls can also be broken into
multiple lines to reduce their overall line width.  This looks nicer from my
point of view :)
This commit is contained in:
Daniel - 2021-09-25 20:48:05 +02:00
parent 28a6a86cc4
commit fdd921d9ff
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 2 additions and 1 deletions

View File

@ -2934,7 +2934,8 @@ With given ARG, display files in `db/important-document-path."
cperl-invalid-face 'default
cperl-electric-keywords nil
cperl-lazy-help-time 2
cperl-highlight-variables-indiscriminately t))
cperl-highlight-variables-indiscriminately t
cperl-indent-parens-as-block t))
:config (progn
(add-hook 'cperl-mode-hook 'flycheck-mode)
(add-hook 'cperl-mode-hook 'prettify-symbols-mode)