diff options
author | Nicholas Clark <nick@ccl4.org> | 2007-04-06 22:08:20 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2007-04-06 22:08:20 +0000 |
commit | 3f2908ecc3b758f2588e5612843e5a1177751c9c (patch) | |
tree | d706daf38f6de3d9f106bcb2011d18b119432103 /op.h | |
parent | ad639bfb68f3fce4864d833950ed2ff9dd1cb28d (diff) | |
download | perl-3f2908ecc3b758f2588e5612843e5a1177751c9c.tar.gz |
Add editor block.
p4raw-id: //depot/perl@30858
Diffstat (limited to 'op.h')
-rw-r--r-- | op.h | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -700,3 +700,13 @@ struct token { * _ whitespace/comments preceding anything else * ~ =~ operator */ + +/* + * Local variables: + * c-indentation-style: bsd + * c-basic-offset: 4 + * indent-tabs-mode: t + * End: + * + * ex: set ts=8 sts=4 sw=4 noet: + */ |