view .editorconfig @ 28311:f9b5357f4a7e

struct2hdl.m: Allowing loading old figure files (bug #58336). * struct2hdl.m: Fall back to using "activepositionproperty" when loading an figure file that was saved before the axes property "positionconstraint" existed.
author Markus Mützel <markus.muetzel@gmx.de>
date Mon, 18 May 2020 14:44:10 +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