view .dir-locals.el @ 31425:9f4a9dd4a6ee

use nullptr instead of NULL, don't compare pointer to NULL in IF condition * lo-regexp.cc (regexp::compile_internal): Use nullptr instead of NULL in call to pcre2_match_data_create_from_pattern. * variable-editor.cc (variable_editor::edit_variable): Style fix: write "if (ptr)", not "if (ptr != NULL)".
author John W. Eaton <jwe@octave.org>
date Sun, 13 Nov 2022 13:00:16 -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))))