view .editorconfig @ 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 640ee0d531d0
children
line wrap: on
line source

root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true

[*.{am,mk}]
indent_size = tab
indent_style = tab