view .editorconfig @ 30647:e9bfb92dab01

datevec.m: Emit warning if format specifiers are used with opposite case (bug #47627). * scripts/time/datevec.m (__date_vfmt2sfmt__): Emit warning if date or time format specifiers are used with opposite case.
author Markus Mützel <markus.muetzel@gmx.de>
date Fri, 14 Jan 2022 18:27:06 +0100
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