view .dir-locals.el @ 30274:091544741ad1

gui: Avoid deprecated enum Qt::BackgroundColorRole. * libgui/src/workspace-model.cc (workspace_model::data): Qt::BackgroundColorRole was marked as obsolete some time before Qt 4.8 and is removed in Qt 6. Use Qt::BackgroundRole instead.
author Markus Mützel <markus.muetzel@gmx.de>
date Thu, 04 Nov 2021 19:30:27 +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))))