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

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjs <js-gajim@webkeks.org>2008-07-29 23:49:31 +0400
committerjs <js-gajim@webkeks.org>2008-07-29 23:49:31 +0400
commit8605cd3f383f25b01294ed50f89d965f25fb4fd1 (patch)
treea86e5c6e3aef733d68824c1ba18ebc259d56ed75 /data/emoticons
parent993d0d8609ee30ebbf5162bb6d1fdcaf2c14729f (diff)
For historical reasons, we have a tab width of 3. This is strange, but
we have that in all files. To at least lesser the confusion a bit, add vim tags for that. Additionally, fix wrong #! in a few files.
Diffstat (limited to 'data/emoticons')
-rw-r--r--data/emoticons/animated/emoticons.py2
-rw-r--r--data/emoticons/static-big/emoticons.py2
-rw-r--r--data/emoticons/static/emoticons.py2
3 files changed, 6 insertions, 0 deletions
diff --git a/data/emoticons/animated/emoticons.py b/data/emoticons/animated/emoticons.py
index 7b0a2b10d..cf6d79f83 100644
--- a/data/emoticons/animated/emoticons.py
+++ b/data/emoticons/animated/emoticons.py
@@ -49,3 +49,5 @@ emoticons = {
'puke.gif': [':-!'],
}
+
+# vim: se ts=3: \ No newline at end of file
diff --git a/data/emoticons/static-big/emoticons.py b/data/emoticons/static-big/emoticons.py
index 40c670658..34d47c822 100644
--- a/data/emoticons/static-big/emoticons.py
+++ b/data/emoticons/static-big/emoticons.py
@@ -41,3 +41,5 @@ emoticons = {
'rainbow.png': ['(R)'],
'puke.png': [':-!'],
}
+
+# vim: se ts=3: \ No newline at end of file
diff --git a/data/emoticons/static/emoticons.py b/data/emoticons/static/emoticons.py
index 40c670658..34d47c822 100644
--- a/data/emoticons/static/emoticons.py
+++ b/data/emoticons/static/emoticons.py
@@ -41,3 +41,5 @@ emoticons = {
'rainbow.png': ['(R)'],
'puke.png': [':-!'],
}
+
+# vim: se ts=3: \ No newline at end of file