summaryrefslogtreecommitdiffstats
path: root/kate/part/kateattribute.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kate/part/kateattribute.cpp')
-rw-r--r--kate/part/kateattribute.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/kate/part/kateattribute.cpp b/kate/part/kateattribute.cpp
index 9ed6349f6..246ed0b0d 100644
--- a/kate/part/kateattribute.cpp
+++ b/kate/part/kateattribute.cpp
@@ -264,5 +264,3 @@ bool operator !=(const KateAttribute& h1, const KateAttribute& h2)
{
return !(h1 == h2);
}
-
-// kate: space-indent on; indent-width 2; replace-tabs on;