SVN commit 525152 by jsixt: Moved the indentation functions from KateDocument to the indenters. The indentation now is in KateNormalIndent. Consequently, if the user sets the indentation to 'None', the indentation operations are inactive. M +115 -0 kateautoindent.cpp M +16 -0 kateautoindent.h M +1 -118 katedocument.cpp M +0 -3 katedocument.h