summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChuck Hagenbuch <chagenbu@php.net>2001-01-07 04:39:27 +0000
committerChuck Hagenbuch <chagenbu@php.net>2001-01-07 04:39:27 +0000
commitfc289c973a047cdd733a8d093ed209ee1ed75b6f (patch)
treee1d6dfbeb4fc9ef25117d7445d2915f468cbf3c5
parent1f23e50789d08fca28926c1ab629af1b1688ac4e (diff)
downloadphp-git-fc289c973a047cdd733a8d093ed209ee1ed75b6f.tar.gz
list the correct modeline for vi.
-rw-r--r--pear/CODING_STANDARDS2
1 files changed, 1 insertions, 1 deletions
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 |
// +----------------------------------------------------------------------+