janklab / MatlabProjectTemplate

A template for creating repos for Matlab library and application projects
BSD 3-Clause "New" or "Revised" License
12 stars 1 forks source link

Convert .mlproject.json config file to YAML? #7

Closed apjanke closed 3 years ago

apjanke commented 3 years ago

YAML is more human readable and editable. We'd have to vendor a library dependency to do the YAML reading, though, since Matlab doesn't support it like it does JSON.

I'm talking about the .mlproject.json file, not the project_settings.(sh|m) one.

apjanke commented 3 years ago

Nope. Matlab doesn't have native YAML support. Not taking a dependency to support this.