Re: [PHP-DEV] Local variables for editors

2019-01-27 Thread Peter Kokot
Hello, On Tue, 22 Jan 2019 at 16:49, Levi Morrison wrote: > > On Wed, Nov 29, 2017 at 2:54 PM Peter Kokot wrote: > > > > Hello, > > > > I'm not sure if this has been discussed before, but I find these local > > variables in C, H and other files a bit strange and bloated: > > > > /* > > * Local

Re: [PHP-DEV] Local variables for editors

2019-01-22 Thread Levi Morrison
On Wed, Nov 29, 2017 at 2:54 PM Peter Kokot wrote: > > Hello, > > I'm not sure if this has been discussed before, but I find these local > variables in C, H and other files a bit strange and bloated: > > /* > * Local variables: > * tab-width: 4 > * c-basic-offset: 4 > * End: > * vim600: noet

[PHP-DEV] Local variables for editors

2017-11-29 Thread Peter Kokot
Hello, I'm not sure if this has been discussed before, but I find these local variables in C, H and other files a bit strange and bloated: /* * Local variables: * tab-width: 4 * c-basic-offset: 4 * End: * vim600: noet sw=4 ts=4 fdm=marker * vim<600: noet sw=4 ts=4 */ Is there any chance