summaryrefslogtreecommitdiff
path: root/indent.sh
diff options
context:
space:
mode:
authorMaciej Stachowiak <mstachow@src.gnome.org>2001-02-04 11:51:41 +0000
committerMaciej Stachowiak <mstachow@src.gnome.org>2001-02-04 11:51:41 +0000
commit9c390b8377600b365fbadc2f26d9d23a9ad3b1cb (patch)
tree3676225e1aa1112592b41e199347a3b577855772 /indent.sh
parentcf428943d683f9c085d3ed10a34fa932a65e34ef (diff)
downloadnautilus-9c390b8377600b365fbadc2f26d9d23a9ad3b1cb.tar.gz
Script that calls indent with the right parameters to get a GNOME coding
* indent.sh: Script that calls indent with the right parameters to get a GNOME coding style (Nautilus subvariant). * components/help/hyperbola-filefmt.c, components/help/hyperbola-filefmt.h, components/help/hyperbola-main.c, components/help/hyperbola-nav-index.c, components/help/hyperbola-nav-search.c, components/help/hyperbola-nav-tree.c, components/help/hyperbola-nav.h, components/help/hyperbola-types.h: Run indent.sh on these.
Diffstat (limited to 'indent.sh')
-rw-r--r--indent.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/indent.sh b/indent.sh
new file mode 100644
index 000000000..a312d883f
--- /dev/null
+++ b/indent.sh
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+indent --gnu-style --blank-lines-after-procedures --braces-on-if-line --braces-on-struct-decl-line --blank-before-sizeof --cuddle-else --space-after-cast --honour-newlines --indent-level8 --break-after-boolean-operator --continue-at-parentheses --space-after-procedure-calls --procnames-start-lines --start-left-side-of-comments "$@"
+