]> git.sesse.net Git - kdenlive/commitdiff
Modify the indentation style for opening braces.
authorRay Lehtiniemi <rayl@mail.com>
Sat, 4 Apr 2009 01:29:28 +0000 (01:29 +0000)
committerRay Lehtiniemi <rayl@mail.com>
Sat, 4 Apr 2009 01:29:28 +0000 (01:29 +0000)
Switch from 'attach' to 'linux' in order to work better with the
'[[' and ']]' commands in vim.

Signed-off-by: Ray Lehtiniemi <rayl@mail.com>
svn path=/trunk/kdenlive/; revision=3205

reindent.sh

index 0061a716eeff876e743ea42ac5619d4117d9341b..56ed0d8b450bf3d4439f3b7dad7dafa2fec843d1 100755 (executable)
@@ -9,7 +9,7 @@ else
        FILES=$(find $SRCDIRS -type f -name \*.cpp -o -name \*.h)
 fi
 
-astyle --indent=spaces=4 --brackets=attach \
+astyle --indent=spaces=4 --brackets=linux \
        --indent-labels --unpad=paren \
        --pad=oper --convert-tabs \
        --indent-preprocessor \