Home | History | Annotate | Download | only in idlelib

Lines Matching refs:usespaces

274         usespaces = idleConf.GetOption('main', 'Indent', 'use-spaces', type='bool')
275 self.usetabs = not usespaces