view .editorconfig @ 31774:c815d3e06c53

assert.m: Wrap expected/observed strings in single quotes when printing errors. This enhances clarity for empty strings which are displayed as a blank, but are now displayed as ''. See https://octave.discourse.group/t/display-single-or-double-quotes-to-help-understand-output-in-assert-m/3606 * assert.m: Wrap expected/observed strings in single quotes when printing errors.
author Rik <rik@octave.org>
date Wed, 25 Jan 2023 09:36:00 -0800
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