view .editorconfig @ 31155:44b9673c7b8d stable

correct subsasgn docstring example code (bug #33221) * libinterp/octave-value/ov.cc (subsasgn): add LHS variable to example code in docstring reconcile example result with the following one-line command.
author Nicholas R. Jankowski <jankowski.nicholas@gmail.com>
date Fri, 22 Jul 2022 15:30:29 -0400
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