view .editorconfig @ 31264:af3752d9a59f

doc: Update refcard.tex content from Octave 3 to Octave 8 refcard.tex: Remove Readline material, expand Octave examples. The intended audience of this reference card is someone who already knows programming in a different language like Python and is referring to this refcard.ps / refcard.pdf for Octave syntax. It is not a comprehensive reference, but gives enough function names to be useful with help / doc. Intended length 2 pages.
author Arun Giridhar <arungiridhar@gmail.com>
date Wed, 05 Oct 2022 22:26:22 -0400
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