summaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2010-03-14 04:53:15 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2010-03-14 04:53:15 +0000
commit45f382b06d0f6a5da0660d3bb70ce2c71193be57 (patch)
treebde9f0aab8b0370736b401b114f0169a6f2f86f8 /server
parent5744c3ea4b476f7cdc8bad113432673e88f884d9 (diff)
downloadampache-45f382b06d0f6a5da0660d3bb70ce2c71193be57.tar.gz
ampache-45f382b06d0f6a5da0660d3bb70ce2c71193be57.tar.bz2
ampache-45f382b06d0f6a5da0660d3bb70ce2c71193be57.zip
Add vim modelines to all php files (Thx ascheel)
Diffstat (limited to 'server')
-rw-r--r--server/ajax.server.php1
-rw-r--r--server/browse.ajax.php1
-rw-r--r--server/democratic.ajax.php1
-rw-r--r--server/flag.ajax.php1
-rw-r--r--server/index.ajax.php1
-rw-r--r--server/localplay.ajax.php1
-rw-r--r--server/playlist.ajax.php1
-rw-r--r--server/random.ajax.php1
-rw-r--r--server/song.ajax.php1
-rw-r--r--server/stats.ajax.php1
-rw-r--r--server/stream.ajax.php1
-rw-r--r--server/tag.ajax.php1
-rw-r--r--server/xml.server.php1
13 files changed, 13 insertions, 0 deletions
diff --git a/server/ajax.server.php b/server/ajax.server.php
index 7c178a06..ca10e0cc 100644
--- a/server/ajax.server.php
+++ b/server/ajax.server.php
@@ -1,4 +1,5 @@
<?php
+/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
/*
Copyright (c) Ampache.org
diff --git a/server/browse.ajax.php b/server/browse.ajax.php
index 97f28679..13cd0153 100644
--- a/server/browse.ajax.php
+++ b/server/browse.ajax.php
@@ -1,4 +1,5 @@
<?php
+/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
/*
Copyright (c) Ampache.org
diff --git a/server/democratic.ajax.php b/server/democratic.ajax.php
index 04306999..35593439 100644
--- a/server/democratic.ajax.php
+++ b/server/democratic.ajax.php
@@ -1,4 +1,5 @@
<?php
+/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
/*
Copyright (c) Ampache.org
diff --git a/server/flag.ajax.php b/server/flag.ajax.php
index a063c662..a725d98d 100644
--- a/server/flag.ajax.php
+++ b/server/flag.ajax.php
@@ -1,4 +1,5 @@
<?php
+/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
/*
Copyright (c) 2001 - 2007 Ampache.org
diff --git a/server/index.ajax.php b/server/index.ajax.php
index 76f35ee8..674a75f2 100644
--- a/server/index.ajax.php
+++ b/server/index.ajax.php
@@ -1,4 +1,5 @@
<?php
+/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
/*
Copyright (c) Ampache.org
diff --git a/server/localplay.ajax.php b/server/localplay.ajax.php
index 7869a305..9d4299cb 100644
--- a/server/localplay.ajax.php
+++ b/server/localplay.ajax.php
@@ -1,4 +1,5 @@
<?php
+/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
/*
Copyright (c) Ampache.org
diff --git a/server/playlist.ajax.php b/server/playlist.ajax.php
index 762fc54e..acf47685 100644
--- a/server/playlist.ajax.php
+++ b/server/playlist.ajax.php
@@ -1,4 +1,5 @@
<?php
+/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
/*
Copyright (c) Ampache.org
diff --git a/server/random.ajax.php b/server/random.ajax.php
index acc42539..fa4b850e 100644
--- a/server/random.ajax.php
+++ b/server/random.ajax.php
@@ -1,4 +1,5 @@
<?php
+/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
/*
Copyright (c) 2001 - 2007 Ampache.org
diff --git a/server/song.ajax.php b/server/song.ajax.php
index a9c34723..1ce060e7 100644
--- a/server/song.ajax.php
+++ b/server/song.ajax.php
@@ -1,4 +1,5 @@
<?php
+/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
/*
Copyright (c) 2001 - 2007 Ampache.org
diff --git a/server/stats.ajax.php b/server/stats.ajax.php
index 24af4878..d3f11a87 100644
--- a/server/stats.ajax.php
+++ b/server/stats.ajax.php
@@ -1,4 +1,5 @@
<?php
+/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
/*
Copyright (c) Ampache.org
diff --git a/server/stream.ajax.php b/server/stream.ajax.php
index 4300f804..db5d035a 100644
--- a/server/stream.ajax.php
+++ b/server/stream.ajax.php
@@ -1,4 +1,5 @@
<?php
+/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
/*
Copyright (c) Ampache.org
diff --git a/server/tag.ajax.php b/server/tag.ajax.php
index cbebf602..511265a0 100644
--- a/server/tag.ajax.php
+++ b/server/tag.ajax.php
@@ -1,4 +1,5 @@
<?php
+/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
/*
Copyright (c) Ampache.org
diff --git a/server/xml.server.php b/server/xml.server.php
index cc7a68cf..f568ca03 100644
--- a/server/xml.server.php
+++ b/server/xml.server.php
@@ -1,4 +1,5 @@
<?php
+/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
/*
Copyright (c) Ampache.org