com gtk/php-gtk: Might as well enforce the standards on the file itself.: CODING_STANDARDS
[email protected] (David Soria Parra) Fri, 28 Oct 2005 04:34:10 +0000
| Newsgroups | php.gtk.cvs |
|---|---|
| Message-ID | <[email protected]> |
Commit: 6b9493e8189c339e7f3d76f834dbdf4924ae8e6c Author: Andrei Zmievski <[email protected]> Fri, 28 Oct 2005 04:34:10 +0000 Parents: 8edacf384b85f1dbbe4446cb09cf8a54ae272c94 Branches: master Link: http://git.php.net/?p=gtk/php-gtk.git;a=commitdiff;h=6b9493e8189c339e7f3d76f834dbdf4924ae8e6c Log: Might as well enforce the standards on the file itself. Changed paths: M CODING_STANDARDS Diff: 6b9493e8189c339e7f3d76f834dbdf4924ae8e6c diff --git a/CODING_STANDARDS b/CODING_STANDARDS index 074f6b2..eb76fbb 100644 --- a/CODING_STANDARDS +++ b/CODING_STANDARDS @@ -106,3 +106,5 @@ Naming conventions: version in code commentary, the version number should be separated by a single space, i.e. 'PHP-GTK 2', 'PHP 5', 'GTK 2'. In file or class names, simply omit the space. + +# vim: set et ts=4 sts sw=4: