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
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
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 t