view .editorconfig @ 28177:bc829338e353 stable

doc: Clarify behavior of "subplot". * subplot.m: The "position" property-value pair cannot be combined with the "rows, cols, index" triplet. (Partly) covered axes are deleted.
author Markus Mützel <markus.muetzel@gmx.de>
date Fri, 27 Mar 2020 15:25:50 +0100
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