From bc5811f361ead53a803046b128a64d15aba2f2e5 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Tue, 4 Jul 2017 18:12:45 +0200 Subject: further sync for vim mode lines --- Zend/zend_ast.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'Zend/zend_ast.h') diff --git a/Zend/zend_ast.h b/Zend/zend_ast.h index 65d1f7c4d1..a0aff31d70 100644 --- a/Zend/zend_ast.h +++ b/Zend/zend_ast.h @@ -275,3 +275,13 @@ static zend_always_inline zend_ast *zend_ast_list_rtrim(zend_ast *ast) { return ast; } #endif + +/* + * Local variables: + * tab-width: 4 + * c-basic-offset: 4 + * indent-tabs-mode: t + * End: + * vim600: sw=4 ts=4 fdm=marker + * vim<600: sw=4 ts=4 + */ -- cgit v1.2.1