view .editorconfig @ 31981:61bf59bcde72

Improve display of mixed complex scalar values with NaN and an integer. * pr-output.cc (make_complex_scalar_format): Change "int_only" variable to include NaN as an "integer" for display purposes (NaN has no trailing decimals so this makes sense).
author Rik <rik@octave.org>
date Fri, 07 Apr 2023 13:37:16 -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