view .editorconfig @ 30233:76393baa188d

legend.m: Avoid TeX parser warning if interpreter is set to "none" (bug #61311). * scripts/plot/appearance/legend.m (create_item): Set remaining properties before setting string to avoid bogus TeX warnings for strings that are allowed to be invalid TeX.
author Markus Mützel <markus.muetzel@gmx.de>
date Fri, 08 Oct 2021 17:37:32 +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