view .editorconfig @ 28493:c55e111c89b5 stable

__unimplemented__.m: Add section for of-package "dicom" (bug #58633). * scripts/help/__unimplemented__.m: Add new section for of-package "dicom". Move some functions from "image" package to "dicom" package. Add (unimplemented) functions to "dicom" section.
author Markus Mützel <markus.muetzel@gmx.de>
date Sun, 21 Jun 2020 11:42:55 +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