File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -632,7 +632,8 @@ code and modules."
632632 (c-set-style " pear" )
633633
634634 ; ; 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 )))
636637
637638(c-add-style
638639 " drupal"
@@ -666,7 +667,8 @@ working with Wordpress."
666667 (c-set-style " wordpress" )
667668
668669 ; ; 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 )))
670672
671673(c-add-style
672674 " symfony2"
@@ -684,7 +686,8 @@ working with Symfony2."
684686 (c-set-style " symfony2" )
685687
686688 ; ; 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 )))
688691
689692(c-add-style
690693 " psr2"
You can’t perform that action at this time.
0 commit comments