view .dir-locals.el @ 30553:2dc31151ca27

make saving editor files more robust against failures while writing * file-editor-tab.cc: include QSaveFile, (do_save_file): use QSaveFile instead of QFile for saving the file via a temporary file, finish writing with commit() and throw error if commit() fails
author Torsten Lilge <ttl-octave@mailbox.org>
date Sat, 25 Dec 2021 17:32:14 +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))))