/matlab-formatter-vscode

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

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.pythonPath: Required 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.