view .editorconfig @ 32234:23768773e933 stable

datevec.m: Add some ISO 8601 conform formats (patch #9964). * scripts/time/datevec.m: Add more formats that are automatically recognized. Add BISTs.
author Philip Nienhuis <prnienhuis@users.sf.net>
date Thu, 18 May 2023 23:36:10 +0200
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