X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/f110f932bcafb4c24076a52502ac8b146d507f9f..e2a5501224824d6b1b9a9e452e7168842442cd9d:/dot-emacs.el diff --git a/dot-emacs.el b/dot-emacs.el index 25105a9..3b7af3f 100644 --- a/dot-emacs.el +++ b/dot-emacs.el @@ -703,7 +703,6 @@ the regular expressions in `mdw-backup-disable-regexps'." (defun mdw-c-style () (c-add-style "[mdw] C and C++ style" '((c-basic-offset . 2) - (c-tab-always-indent . nil) (comment-column . 40) (c-class-key . "class") (c-offsets-alist (substatement-open . 0) @@ -959,7 +958,6 @@ the regular expressions in `mdw-backup-disable-regexps'." (defun mdw-java-style () (c-add-style "[mdw] Java style" '((c-basic-offset . 2) - (c-tab-always-indent . nil) (c-offsets-alist (substatement-open . 0) (label . +) (case-label . +) @@ -1034,7 +1032,6 @@ the regular expressions in `mdw-backup-disable-regexps'." (defun mdw-csharp-style () (c-add-style "[mdw] C# style" '((c-basic-offset . 2) - (c-tab-always-indent . nil) (c-offsets-alist (substatement-open . 0) (label . 0) (case-label . +) @@ -1122,7 +1119,6 @@ the regular expressions in `mdw-backup-disable-regexps'." (defun mdw-awk-style () (c-add-style "[mdw] Awk style" '((c-basic-offset . 2) - (c-tab-always-indent . nil) (c-offsets-alist (substatement-open . 0) (statement-cont . 0) (statement-case-intro . +))) @@ -1183,8 +1179,6 @@ the regular expressions in `mdw-backup-disable-regexps'." ;; --- Perl indentation style --- -(setq cperl-tab-always-indent nil) - (setq cperl-indent-level 2) (setq cperl-continued-statement-offset 2) (setq cperl-continued-brace-offset 0) @@ -1433,7 +1427,6 @@ strip numbers instead." (setq rexx-indent 2) (setq rexx-end-indent rexx-indent) - (setq rexx-tab-always-indent nil) (setq rexx-cont-indent rexx-indent) (make-local-variable 'font-lock-keywords)