Skip to content

Commit a69a270

Browse files
committed
add astyle formatting
1 parent d4e266a commit a69a270

46 files changed

Lines changed: 16446 additions & 16150 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

apache/mod_mapcache.c

Lines changed: 368 additions & 357 deletions
Large diffs are not rendered by default.

astyle.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#!/bin/bash
2+
3+
ASTYLEOPTS="--style=kr --indent=spaces=2 -c --lineend=linux -S"
4+
ASTYLEBIN=astyle
5+
6+
$ASTYLEBIN $ASTYLEOPTS -R '*.c' '*.h'
7+
8+
#find . -name '*.orig' -exec rm -f {} \;

0 commit comments

Comments
 (0)