view .editorconfig @ 30176:0cd93ca0b237

maint: lo-ieee.h: Use C++ named union declaration rather than C-style typedef. * lo-ieee.h: Use C++ named union declaration for "lo_ieee_double" and "lo_ieee_float".
author Rik <rik@octave.org>
date Tue, 14 Sep 2021 16:59:56 -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