~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to config/uncrustify.cfg

  • Committer: Monty Taylor
  • Date: 2009-08-28 03:36:57 UTC
  • mto: (1130.3.4 memory-file-moves)
  • mto: This revision was merged to the branch mainline in revision 1184.
  • Revision ID: mordred@inaugust.com-20090828033657-a00811dcgv9z2wnb
Two more cleanups.

Show diffs side-by-side

added added

removed removed

Lines of Context:
364
364
sp_return_paren                          = remove   # ignore/add/remove/force
365
365
 
366
366
# Add or remove space between '__attribute__' and '('
367
 
sp_attribute_paren                       = ignore   # ignore/add/remove/force
 
367
sp_attribute_paren                       = remove   # ignore/add/remove/force
368
368
 
369
369
# Add or remove space between 'defined' and '(' in '#if defined (FOO)'
370
 
sp_defined_paren                         = ignore   # ignore/add/remove/force
 
370
sp_defined_paren                         = remove   # ignore/add/remove/force
371
371
 
372
372
# Add or remove space between 'throw' and '(' in 'throw (something)'
373
373
sp_throw_paren                           = ignore   # ignore/add/remove/force