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
path: root/setup
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 /setup
parent359a36ee6ad3da2bc603391102d9932ebe3b8c4c (diff)
add vim directive for indenting with spaces
Diffstat (limited to 'setup')
-rw-r--r--setup/frames/index.inc.php1
-rw-r--r--setup/frames/menu.inc.php1
-rw-r--r--setup/frames/servers.inc.php1
-rw-r--r--setup/index.php1
-rw-r--r--setup/scripts.js1
5 files changed, 5 insertions, 0 deletions
diff --git a/setup/frames/index.inc.php b/setup/frames/index.inc.php
index 52e23c86e3..cf762a1ec3 100644
--- a/setup/frames/index.inc.php
+++ b/setup/frames/index.inc.php
@@ -1,4 +1,5 @@
<?php
+/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* Overview (main page)
*
diff --git a/setup/frames/menu.inc.php b/setup/frames/menu.inc.php
index e12d5e574d..2cfaa45593 100644
--- a/setup/frames/menu.inc.php
+++ b/setup/frames/menu.inc.php
@@ -1,4 +1,5 @@
<?php
+/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* Menu items
*
diff --git a/setup/frames/servers.inc.php b/setup/frames/servers.inc.php
index b95b817412..d28a17d389 100644
--- a/setup/frames/servers.inc.php
+++ b/setup/frames/servers.inc.php
@@ -1,4 +1,5 @@
<?php
+/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* Server create and edit view
*
diff --git a/setup/index.php b/setup/index.php
index 5c75eb8664..1b202ba842 100644
--- a/setup/index.php
+++ b/setup/index.php
@@ -1,4 +1,5 @@
<?php
+/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* Front controller for setup script
*
diff --git a/setup/scripts.js b/setup/scripts.js
index e39ccacfb9..1a3d950d88 100644
--- a/setup/scripts.js
+++ b/setup/scripts.js
@@ -1,3 +1,4 @@
+/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* Functions used in Setup configuration forms
*/