view .editorconfig @ 28170:5e49ba5bdcc1

Keep Z-limits around 0 for 2-D graphics (bug #58015). * graphics.cc (axes::update_axis_limits): Graphics objects without Z limits (2-D objects) keep Z-axis limits at 0.
author Markus Mützel <markus.muetzel@gmx.de>
date Sun, 22 Mar 2020 19:23:03 +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