view .dir-locals.el @ 23237:904c8a356e76

provide the possibility for breaking lines only in comments (bug #41555) * file-editor-tab.cc (notice_settings): get preference on breaking lines in comments only; (handle_char_added): check current style for comment and break lines if desired, add comment string at the new line if comment is a line comment * file-editor-tab.h: new class variable for line breaking in comments only * settings-dialog.cc (settings_dialog): initialize new checkbox from settings; (write_changed_settings): store state of the checkbox into settings file * settings-dialog.ui: new checkbox for line breaking in comments only
author Torsten <mttl@mailbox.org>
date Sun, 26 Feb 2017 13:46:52 +0100
parents 9ff04de067ce
children df203b20cfc6
line wrap: on
line source

((nil .
      ((c-file-style . "gnu")
       (indent-tabs-mode . nil)
       (fill-column . 72)
       (eval . (when (and (buffer-file-name)
                          (string-match-p "\\.h\\'" (buffer-file-name))
                          (not (string-match-p "/gnulib/" (buffer-file-name))))
                 (c++-mode)
                 (c-set-style "gnu")))))
 (change-log-mode . ((indent-tabs-mode . t)))
 (makefile-mode . ((indent-tabs-mode . t))))