File tree 1 file changed +6
-3
lines changed
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -632,7 +632,8 @@ code and modules."
632
632
(c-set-style " pear" )
633
633
634
634
; ; Undo drupal/PSR-2 coding style whitespace effects
635
- (set (make-local-variable 'show-trailing-whitespace ) nil ))
635
+ (set (make-local-variable 'show-trailing-whitespace )
636
+ (default-value 'show-trailing-whitespace )))
636
637
637
638
(c-add-style
638
639
" drupal"
@@ -666,7 +667,8 @@ working with Wordpress."
666
667
(c-set-style " wordpress" )
667
668
668
669
; ; Undo drupal/PSR-2 coding style whitespace effects
669
- (set (make-local-variable 'show-trailing-whitespace ) nil ))
670
+ (set (make-local-variable 'show-trailing-whitespace )
671
+ (default-value 'show-trailing-whitespace )))
670
672
671
673
(c-add-style
672
674
" symfony2"
@@ -684,7 +686,8 @@ working with Symfony2."
684
686
(c-set-style " symfony2" )
685
687
686
688
; ; Undo drupal/PSR-2 coding style whitespace effects
687
- (set (make-local-variable 'show-trailing-whitespace ) nil ))
689
+ (set (make-local-variable 'show-trailing-whitespace )
690
+ (default-value 'show-trailing-whitespace )))
688
691
689
692
(c-add-style
690
693
" psr2"
You can’t perform that action at this time.
0 commit comments