~ctwm/ctwm/trunk

« back to all changes in this revision

Viewing changes to tools/ctwm.astyle

  • Committer: Matthew Fuller
  • Date: 2024-01-13 21:41:55 UTC
  • mfrom: (711.1.3 dev)
  • Revision ID: fullermd@over-yonder.net-20240113214155-zfh42sj6ft4gy2mk
Update astyle config to something current versions accept, and make
indent.  This causes a few extra spurious reindents from some astyle
changes I can't find or find configs to undo, but they're few enough
I'm willing to just eat 'em.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
align-reference=name
32
32
 
33
33
# Don't cuddle elses
34
 
break-closing-brackets
 
34
# s/brackets/braces/ as of astyle 3.0, old name removed in 3.2
 
35
break-closing-braces
35
36
 
36
37
# Bracket one-liners.  This has the nice side effect that we break up
37
38
# one-liners.
38
 
add-brackets
 
39
# Ditto above s/brackets/braces/
 
40
add-braces
39
41
 
40
42
# Use tabs only for indent levels, spaces for alignment below that
41
43
convert-tabs