Skip to content
This repository was archived by the owner on Mar 29, 2024. It is now read-only.

Commit cbf52e4

Browse files
committed
Remove vim local variables [skip ci]
1 parent 9d8751a commit cbf52e4

File tree

101 files changed

+0
-1050
lines changed

Some content is hidden

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

101 files changed

+0
-1050
lines changed

php_v8.h

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,3 @@ ZEND_TSRMLS_CACHE_EXTERN();
7373
ZEND_EXTERN_MODULE_GLOBALS(v8);
7474

7575
#endif //PHP_V8_H
76-
77-
/*
78-
* Local variables:
79-
* tab-width: 4
80-
* c-basic-offset: 4
81-
* End:
82-
* vim600: noet sw=4 ts=4 fdm=marker
83-
* vim<600: noet sw=4 ts=4
84-
*/

src/php_v8_a.cc

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,3 @@ void php_v8_init()
5656
// v8::V8::Dispose();
5757
// v8::V8::ShutdownPlatform();
5858
}
59-
60-
61-
62-
63-
/*
64-
* Local variables:
65-
* tab-width: 4
66-
* c-basic-offset: 4
67-
* End:
68-
* vim600: noet sw=4 ts=4 fdm=marker
69-
* vim<600: noet sw=4 ts=4
70-
*/

src/php_v8_a.h

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,3 @@
1818
void php_v8_init();
1919

2020
#endif //PHP_V8_A_H
21-
22-
/*
23-
* Local variables:
24-
* tab-width: 4
25-
* c-basic-offset: 4
26-
* End:
27-
* vim600: noet sw=4 ts=4 fdm=marker
28-
* vim<600: noet sw=4 ts=4
29-
*/

src/php_v8_access_control.cc

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,3 @@ PHP_MINIT_FUNCTION(php_v8_access_control) {
3838

3939
return SUCCESS;
4040
}
41-
42-
43-
/*
44-
* Local variables:
45-
* tab-width: 4
46-
* c-basic-offset: 4
47-
* End:
48-
* vim600: noet sw=4 ts=4 fdm=marker
49-
* vim<600: noet sw=4 ts=4
50-
*/

src/php_v8_access_control.h

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -37,19 +37,3 @@ PHP_MINIT_FUNCTION (php_v8_access_control);
3737

3838

3939
#endif //PHP_V8_ACCESS_CONTROL_H
40-
/*
41-
* Local variables:
42-
* tab-width: 4
43-
* c-basic-offset: 4
44-
* End:
45-
* vim600: noet sw=4 ts=4 fdm=marker
46-
* vim<600: noet sw=4 ts=4
47-
*/
48-
49-
50-
51-
52-
53-
54-
55-

src/php_v8_access_type.cc

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,3 @@ PHP_MINIT_FUNCTION(php_v8_access_type) {
4141

4242
return SUCCESS;
4343
}
44-
45-
46-
/*
47-
* Local variables:
48-
* tab-width: 4
49-
* c-basic-offset: 4
50-
* End:
51-
* vim600: noet sw=4 ts=4 fdm=marker
52-
* vim<600: noet sw=4 ts=4
53-
*/
54-

src/php_v8_access_type.h

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,3 @@ extern zend_class_entry* php_v8_access_type_class_entry;
3636
PHP_MINIT_FUNCTION(php_v8_access_type);
3737

3838
#endif //PHP_V8_ACCESS_TYPE_H
39-
/*
40-
* Local variables:
41-
* tab-width: 4
42-
* c-basic-offset: 4
43-
* End:
44-
* vim600: noet sw=4 ts=4 fdm=marker
45-
* vim<600: noet sw=4 ts=4
46-
*/
47-

src/php_v8_array.cc

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -91,13 +91,3 @@ PHP_MINIT_FUNCTION(php_v8_array) {
9191

9292
return SUCCESS;
9393
}
94-
95-
96-
/*
97-
* Local variables:
98-
* tab-width: 4
99-
* c-basic-offset: 4
100-
* End:
101-
* vim600: noet sw=4 ts=4 fdm=marker
102-
* vim<600: noet sw=4 ts=4
103-
*/

src/php_v8_array.h

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,3 @@ extern v8::Local<v8::Array> php_v8_value_get_array_local(v8::Isolate *isolate, p
3434
PHP_MINIT_FUNCTION(php_v8_array);
3535

3636
#endif //PHP_V8_ARRAY_H
37-
38-
/*
39-
* Local variables:
40-
* tab-width: 4
41-
* c-basic-offset: 4
42-
* End:
43-
* vim600: noet sw=4 ts=4 fdm=marker
44-
* vim<600: noet sw=4 ts=4
45-
*/

src/php_v8_boolean.cc

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -84,14 +84,3 @@ PHP_MINIT_FUNCTION (php_v8_boolean) {
8484

8585
return SUCCESS;
8686
}
87-
88-
89-
/*
90-
* Local variables:
91-
* tab-width: 4
92-
* c-basic-offset: 4
93-
* End:
94-
* vim600: noet sw=4 ts=4 fdm=marker
95-
* vim<600: noet sw=4 ts=4
96-
*/
97-

0 commit comments

Comments
 (0)