view .editorconfig @ 28317:ac87763b1949 stable

capture dynamic field variable values in anonymous functions (bug #58389) * pt-walk.cc (tree_walker::visit_index_expression): Also visit dynamic field name expressions. * ov-fcn-handle.cc: New test.
author John W. Eaton <jwe@octave.org>
date Mon, 18 May 2020 12:30:41 -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