is it possible to set per-file options for Nedit like you can do for emacs/vim
Posted
by Nathan Fellman
on Stack Overflow
See other posts from Stack Overflow
or by Nathan Fellman
Published on 2008-12-16T10:50:29Z
Indexed on
2010/05/31
2:32 UTC
Read the original article
Hit count: 290
With VIM or Emacs I can put comments in the file that will be VIM's settings for that file:
/* * Local Variables: * mode: C * c-basic-offset: 4 * c-indentation-style: linux * indent-tabs-mode: nil * default-tab-width: 8 * fill-column: 125 * End: * * vim: et:sw=4:ts=8:si:cindent:cino=\:0,g0,(0: */
Can the same be done with Nedit?
© Stack Overflow or respective owner