Revision 21005,
348 bytes
checked in by ghudson, 20 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r21004,
which included commits to RCS files with non-trunk default branches.
|
-
Property svn:executable set to
*
|
Rev | Line | |
---|
[21004] | 1 | #!/bin/sh |
---|
| 2 | indent \ |
---|
| 3 | --braces-on-if-line \ |
---|
| 4 | --blank-lines-after-declarations \ |
---|
| 5 | --case-brace-indentation0 \ |
---|
| 6 | --case-indentation2 \ |
---|
| 7 | --braces-after-struct-decl-line \ |
---|
| 8 | --line-length80 \ |
---|
| 9 | --no-tabs \ |
---|
| 10 | --cuddle-else \ |
---|
| 11 | --dont-line-up-parentheses \ |
---|
| 12 | --continuation-indentation4 \ |
---|
| 13 | --honour-newlines \ |
---|
| 14 | --tab-size8 \ |
---|
| 15 | --indent-level2 \ |
---|
| 16 | $* |
---|
Note: See
TracBrowser
for help on using the repository browser.