From: Chuck Hagenbuch Date: Sun, 7 Jan 2001 04:39:27 +0000 (+0000) Subject: list the correct modeline for vi. X-Git-Tag: php-4.0.5RC1~707 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fc289c973a047cdd733a8d093ed209ee1ed75b6f;p=php list the correct modeline for vi. --- diff --git a/pear/CODING_STANDARDS b/pear/CODING_STANDARDS index b0377cd2ab..d419c402d6 100644 --- a/pear/CODING_STANDARDS +++ b/pear/CODING_STANDARDS @@ -170,7 +170,7 @@ to include PHP code on differing operating systems and setups. All source code files in the core PEAR distribution should contain the following comment block as the header: -/* vim: set ts=4 sw=4: */ +/* vim: set expandtab tabstop=4 swiftwidth=4: */ // +----------------------------------------------------------------------+ // | PHP version 4.0 | // +----------------------------------------------------------------------+