--- a/QScintilla/Lexers/LexerProperties.py Sat Oct 12 18:25:29 2013 +0200 +++ b/QScintilla/Lexers/LexerProperties.py Sun Oct 13 12:21:37 2013 +0200 @@ -34,7 +34,8 @@ """ self.setFoldCompact(Preferences.getEditor("AllFoldCompact")) try: - self.setInitialSpaces(Preferences.getEditor("PropertiesInitialSpaces")) + self.setInitialSpaces( + Preferences.getEditor("PropertiesInitialSpaces")) except AttributeError: pass