view .editorconfig @ 27806:06af06188403

doc: Add missing DOCSTRINGs to Octave manual. * octave.texi: Rename documentation node "URL Manipulation" to "WWW Access". * system.txi: Rename documentation node "URL Manipulation" to "WWW Access". Add paragraph describing the web-related functions available. Add DOCSTRING anchors for "web", "webread", "webwrite", "weboptions". * web.m, weboptions.m, webread.m, webwrite.m: Remove references to "websave" function which does not exist.
author Rik <rik@octave.org>
date Thu, 12 Dec 2019 09:23:53 -0800
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