mirror of
https://github.com/correl/dotfiles.git
synced 2024-12-18 11:06:17 +00:00
[emacs] change indent level of php case label
This commit is contained in:
parent
e24a693552
commit
257a5d9953
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,8 @@
|
||||||
"Customize PHP indentation"
|
"Customize PHP indentation"
|
||||||
|
|
||||||
(c-set-offset 'arglist-cont-nonempty 'c-lineup-arglist)
|
(c-set-offset 'arglist-cont-nonempty 'c-lineup-arglist)
|
||||||
(c-set-offset 'substatement-open 0))
|
(c-set-offset 'substatement-open 0)
|
||||||
|
(c-set-offset 'case-label '+))
|
||||||
|
|
||||||
(add-hook 'php-mode-hook 'my-php-mode-hook)
|
(add-hook 'php-mode-hook 'my-php-mode-hook)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue