Skip to content

Commit f601cbc

Browse files
committed
Drop VIM specific editor configuration comments
We have .editorconfig for this now.
1 parent a6ee0bc commit f601cbc

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

sapi/isapi/config.w32

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// vim:ft=javascript
2-
31
ARG_ENABLE('isapi', 'Build ISAPI version of PHP', 'no');
42

53
if (PHP_ISAPI == "yes") {

sapi/isapi/php_isapi.c

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -772,10 +772,3 @@ __declspec(dllexport) BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, L
772772
}
773773
return TRUE;
774774
}
775-
776-
/*
777-
* Local variables:
778-
* tab-width: 4
779-
* c-basic-offset: 4
780-
* End:
781-
*/

0 commit comments

Comments
 (0)