view .editorconfig @ 30873:e180bcbf7ce2

clock.m: Add second output to indicate DST for Matlab compatibility. * NEWS: Announce change in Matlab Compatibility section. * clock.m: Add second output "isdst" to indicate if Daylight Savings Time is in effect on the current system. Rename original output from "retval" to "datevec".
author Rik <rik@octave.org>
date Wed, 30 Mar 2022 16:26:03 -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