view .dir-locals.el @ 27996:1998edbd4490

eliminate useless conversion of std::string.c_str back to std::string * lo-array-errwarn.cc (index_exception::message): Don't call c_str() on message string only to convert it back to std::string when returning from function.
author John W. Eaton <jwe@octave.org>
date Thu, 23 Jan 2020 16:19: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))))