Show
Ignore:
Timestamp:
03/13/08 22:04:55 (8 months ago)
Author:
rob
Message:

Added CStyleAutoindent
* forces an unindent when it sees a line starting with the } character

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/peppy/plugins/c_mode.py

    r1166 r1168  
    1313 
    1414from peppy.lib.foldexplorer import * 
    15 from peppy.lib.autoindent import FoldingAutoindent 
     15from peppy.lib.autoindent import CStyleAutoindent 
    1616from peppy.yapsy.plugins import * 
    1717from peppy.major import * 
     
    4646       ) 
    4747     
    48     autoindent = FoldingAutoindent() 
     48    autoindent = CStyleAutoindent() 
    4949 
    5050