view .dir-locals.el @ 27466:6e8dac65d405

Switch to scientific notation for format short when values are large or small (bug #56971). * pr-output.cc (make_real_format, make_real_matrix_format, make_complex_format, make_complex_matrix_format, make_range_format): Switch to scientific notation when number of significant digits (ld + rd) exceeds 1.5 * output_precision.
author Rik <rik@octave.org>
date Tue, 01 Oct 2019 22:06:01 -0700
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))))