diff options
-rw-r--r-- | cfg.mk | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -212,4 +212,10 @@ sc_prohibit_tab_based_indentation: msg='TAB in indentation; use only spaces' \ $(_prohibit_regexp) +# Don't use "indent-tabs-mode: nil" anymore. No longer needed. +sc_prohibit_emacs__indent_tabs_mode__setting: + @re='^( *[*#] *)?indent-tabs-mode:' \ + msg='use of emacs indent-tabs-mode: setting' \ + $(_prohibit_regexp) + include $(srcdir)/dist-check.mk |