view .editorconfig @ 28230:cb0194e0cb0e

struct2hdl.m: Allow loading of uitoggletool objects (bug #58196). * struct2hdl.m: Add "uitoggletool" to list of uiXXX objects that are implemented.
author Rik <rik@octave.org>
date Sat, 18 Apr 2020 17:35:25 -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