All Projects → affenwiesel → matlab-formatter-vscode

affenwiesel / matlab-formatter-vscode

Licence: GPL-3.0 License
No description or website provided.

Programming Languages

python
139335 projects - #7 most used programming language
matlab
3953 projects

matlab-formatter README

Indent and format MATLAB code. Also usable as standalone without VScode.

IMAGE

Requirements

  • python 3

Extension Settings

  • matlab-formatter.indentwidth: Number of spaces used for indentation.
  • matlab-formatter.separateBlocks: Control whether newlines should be added before and after blocks such as for, if, while and so on.
  • matlab-formatter.indentMode: Chose smart indentation mode: indent all functions, indent only nested functions, or don't indent inside any function.
  • matlab-formatter.pythonPath: Optional custom path to python executable. Setting this options requires restarting vscode.
  • matlab-formatter.formatterPath: Optional custom path to matlab formatter. Setting this options requires restarting vscode.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].