view .editorconfig @ 28064:fbed279b7074

pkg: add "test" command to test all functions in a package (bug #41215) * pkg.m: Add "test" command to test all functions in a package. Thanks to Oliver Heimlich and Philip Nienhuis for their original revisions of this patch.
author Mike Miller <mtmiller@octave.org>
date Sun, 16 Feb 2020 11:31:48 -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