view .editorconfig @ 28211:289882040316

griddatan.m: Rewrite docstring and redo input validation. * griddatan.m: Rewrite docstring. Redo input validation to make it more strict and error messages more specific. Add BIST tests for new input validation.
author Rik <rik@octave.org>
date Sun, 12 Apr 2020 18:14:05 -0700
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