view .editorconfig @ 28593:a9f1a922367b

New warning ID "Octave:infinite-loop" (bug #45143). * pt-eval.cc (visit_simple_for_command): Call warning_with_id() rather than just warning(). * warning_ids.m: Add documentation for new ID "Octave:infinite-loop". * for.tst: Enable warning ID "Octave:infinite-loop" locally for BIST tests for bug #45143.
author Rik <rik@octave.org>
date Fri, 24 Jul 2020 09:49:09 -0700
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