[Gstreamer-bugs] [Bug 133653] Changed - need to settle on coding style using indent and use it before 0.8

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Fri Feb 6 10:52:18 PST 2004


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=133653

Changed by ds at schleef.org.

--- shadow/133653	Fri Feb  6 10:44:52 2004
+++ shadow/133653.tmp.7291	Fri Feb  6 13:52:18 2004
@@ -16,6 +16,33 @@
 Summary: need to settle on coding style using indent and use it before 0.8
 
 * pick a style
 * code up the indent rules
 * add vim/emacs rules to source files
 * do one atomic commit of the diff when run through this
+
+------- Additional Comments From ds at schleef.org  2004-02-06 13:52 -------
+#!/bin/sh
+
+indent \
+        --braces-on-if-line \
+        --blank-lines-after-declarations \
+        --case-brace-indentation0 \
+        --case-indentation2 \
+        --braces-after-struct-decl-line \
+        --line-length80 \
+        --use-tabs \
+        --cuddle-else \
+        --dont-line-up-parentheses \
+        --continuation-indentation4 \
+        --honour-newlines \
+        --tab-size8 \
+        --indent-level2 \
+        $*
+
+.vimrc:
+
+                                                                     
+    au BufNewFile,BufRead
+/home/ds/gst/*.h,/home/ds/gst/*.c,/home/ds/gst/*.cc
+        \ set shiftwidth=2 softtabstop=2 expandtab
+




More information about the Gstreamer-bugs mailing list