Example #1
0
File: format.py Project: hiker/stan
 def __init__(self):
     DefaultStylesheet.__init__(self, 'free')
     self['keywordcase'   ] = 'upper'
     self['variablecase'  ] = 'lower'
     self['contlinemarker'] = '>'
     self["maxcols"       ] = 72
Example #2
0
File: f77.py Project: hiker/stan
 def __init__(self):
     DefaultStylesheet.__init__(self, 'fixed')
     self['keywordcase']    = 'identical'
     self['contlinemarker'] = '>'