view .editorconfig @ 31168:4efd735d034c

octave_int<T>: Overload operator ~ (). * liboctave/util/oct-inttypes.h (octave_int<T>): Overload unary `operator ~` (bitwise NOT) to correct result for octave_uint8. See also: https://octave.discourse.group/t/3063
author Markus Mützel <markus.muetzel@gmx.de>
date Fri, 29 Jul 2022 15:43:20 +0200
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