1
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-08-08 07:06:46 +02:00

Add vim modelines to all files.

Signed-off-by: Edward Z. Yang <edwardzyang@thewritingpot.com>
This commit is contained in:
Edward Z. Yang
2008-12-06 04:24:59 -05:00
parent 781f9a4084
commit 12b811d749
699 changed files with 1071 additions and 107 deletions

View File

@@ -14,3 +14,5 @@ class HTMLPurifier_Strategy_MakeWellFormed_EndInsertInjector extends HTMLPurifie
);
}
}
// vim: et sw=4 sts=4

View File

@@ -35,3 +35,4 @@ class HTMLPurifier_Strategy_MakeWellFormed_EndInsertInjectorTest extends HTMLPur
}
}
// vim: et sw=4 sts=4

View File

@@ -25,3 +25,5 @@ class HTMLPurifier_Strategy_MakeWellFormed_EndRewindInjector extends HTMLPurifie
}
}
}
// vim: et sw=4 sts=4

View File

@@ -30,3 +30,4 @@ class HTMLPurifier_Strategy_MakeWellFormed_EndRewindInjectorTest extends HTMLPur
}
}
// vim: et sw=4 sts=4

View File

@@ -8,3 +8,5 @@ class HTMLPurifier_Strategy_MakeWellFormed_SkipInjector extends HTMLPurifier_Inj
$token = array(clone $token, clone $token);
}
}
// vim: et sw=4 sts=4

View File

@@ -24,3 +24,4 @@ class HTMLPurifier_Strategy_MakeWellFormed_SkipInjectorTest extends HTMLPurifier
}
}
// vim: et sw=4 sts=4