view .dir-locals.el @ 27453:05f84e5cb08a

Display correct number of digits with "format long" and fixed_point_format (bug #56938). * pr-output.cc (make_real_matrix_format, make_complex_matrix_format, make_range_format): When fixed_point_format is true, set the number of digits to the right of the decimal point (rd) to precision - 1, rather than precision.
author Rik <rik@octave.org>
date Sat, 28 Sep 2019 04:20:49 -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))))