view .editorconfig @ 31833:c5fa6a6ba7af stable

doc: Refer to OCTAVE_HOME in section about graphics renderer. * doc/interpreter/plot.txi (Hardware vs Software Rendering): Refer to output of OCTAVE_HOME to locate the opengl32.dll file. Thanks to N. Jankowski for noticing.
author Markus Mützel <markus.muetzel@gmx.de>
date Thu, 16 Feb 2023 09:30:32 +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