From: Robin H. Johnson Date: Wed, 27 May 2009 15:40:31 +0000 (-0700) Subject: This bad vim modeline is one of the reasons that tabs and spaces are being mixed... X-Git-Tag: CATALYST-2.0.10~3^2~135 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d88ebd23a330ecddaad10e3c3a4c9f58f58554de;p=catalyst.git This bad vim modeline is one of the reasons that tabs and spaces are being mixed. Switch expandtab to noexpandtab as the new official line leader for Catalyst is tabs. --- diff --git a/modules/catalyst/target/generic_stage.py b/modules/catalyst/target/generic_stage.py index df5c9375..c707c24e 100644 --- a/modules/catalyst/target/generic_stage.py +++ b/modules/catalyst/target/generic_stage.py @@ -1422,4 +1422,4 @@ class generic_stage_target(generic_target): msg("clearing kerncache ...") self.clear_kerncache() -# vim: ts=4 sw=4 sta et sts=4 ai +# vim: ts=4 sw=4 sta noet sts=4 ai