nedit

is it possible to set per-file options for Nedit like you can do for emacs/vim

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 do...