Skip to content

Commit e5b8bf3

Browse files
haszihaszi
andauthored
Remove file ending comment blocks (#92)
Co-authored-by: haszi <[email protected]>
1 parent e4a363f commit e5b8bf3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+60
-295
lines changed

package.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1024,6 +1024,3 @@
10241024
</changelog>
10251025

10261026
</package>
1027-
<!--
1028-
vim: et sw=2 ts=2
1029-
-->

package_generic.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,3 @@
383383
</changelog>
384384

385385
</package>
386-
<!--
387-
vim: et sw=2 ts=2
388-
-->

package_geshi.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,3 @@
110110
</changelog>
111111

112112
</package>
113-
<!--
114-
vim: et sw=2 ts=2
115-
-->

package_geshi11x.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,3 @@
107107
</changelog>
108108

109109
</package>
110-
<!--
111-
vim: et sw=2 ts=2
112-
-->

package_ide.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,3 @@
159159
</changelog>
160160

161161
</package>
162-
<!--
163-
vim: et sw=2 ts=2
164-
-->

package_pear.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,3 @@
337337
</changelog>
338338

339339
</package>
340-
<!--
341-
vim: et sw=2 ts=2
342-
-->

package_php.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,3 @@
384384
</changelog>
385385

386386
</package>
387-
<!--
388-
vim: et sw=2 ts=2
389-
-->

phpdotnet/phd/Autoloader.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,4 @@ public static function autoload($name)
3030
}
3131
}
3232

33-
/*
34-
* vim600: sw=4 ts=4 syntax=php et
35-
* vim<600: sw=4 ts=4
36-
*/
33+

phpdotnet/phd/Config.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,4 @@ public static function copyright() {
184184

185185
}
186186

187-
/*
188-
* vim600: sw=4 ts=4 syntax=php et
189-
* vim<600: sw=4 ts=4
190-
*/
187+

phpdotnet/phd/Format.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -616,8 +616,3 @@ public function getDebugTree($name, $props)
616616
return $tree;
617617
}
618618
}
619-
620-
/*
621-
* vim600: sw=4 ts=4 fdm=syntax syntax=php et
622-
* vim<600: sw=4 ts=4
623-
*/

0 commit comments

Comments
 (0)