Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDieter Adriaenssens <ruleant@users.sourceforge.net>2012-04-11 18:18:14 +0400
committerDieter Adriaenssens <ruleant@users.sourceforge.net>2012-04-11 18:18:53 +0400
commit3a3da2987e9ea0a1a9cd858d014e08dab52c9712 (patch)
tree724f4ab97bcaa8e19d92ccce066b7ceee22d9594 /url.php
parent359a36ee6ad3da2bc603391102d9932ebe3b8c4c (diff)
add vim directive for indenting with spaces
Diffstat (limited to 'url.php')
-rw-r--r--url.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/url.php b/url.php
index 5088eff2c1..23f3ac5b76 100644
--- a/url.php
+++ b/url.php
@@ -1,4 +1,5 @@
<?php
+/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* URL redirector to avoid leaking Referer with some sensitive information.
*/