view .dir-locals.el @ 31700:14084c7a32ed

fix include statement * workspace-model.cc: Include <sstream> instead of <iostream>.
author John W. Eaton <jwe@octave.org>
date Mon, 02 Jan 2023 12:27:33 -0500
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))))