view .dir-locals.el @ 28134:480490faf659

change behavior for handling newline at end of file (bug #57861) * file-editor-tab.cc (load_file): remove possible newline at end of file if a newline is added while saving; (do_save_file): always add a newline to the saved file if related user preference is set, remove trailing spaces in last line only if the related pref is set
author Torsten Lilge <ttl-octave@mailbox.org>
date Sun, 23 Feb 2020 14:23:09 +0100
parents df203b20cfc6
children
line wrap: on
line source

((nil .
      ((c-file-style . "gnu")
       (indent-tabs-mode . nil)
       (fill-column . 72)))
 (change-log-mode . ((indent-tabs-mode . t)))
 (makefile-mode . ((indent-tabs-mode . t))))