MBeautifier
Code formatter
A tool that formats MATLAB source code according to user-configurable rules
MBeautifier is a MATLAB source code formatter, beautifier. It can be used directly in the MATLAB Editor and it is configurable.
487 stars
9 watching
77 forks
Language: MATLAB
last commit: 9 months ago
Linked from 1 awesome list
beautifierbeautifycode-formatterformattermatlabmatlab-editormatlab-sourcesourcecode
Related projects:
Repository | Description | Stars |
---|---|---|
mathworks/matlab-language-grammar | A set of regular expressions used to define the syntax and structure of MATLAB code for use in highlighting and parsing tools. | 50 |
mhartington/formatter.nvim | Provides utilities and configurations for formatting source code in various programming languages. | 1,366 |
tweag/ormolu | A tool that formats Haskell source code to a consistent style | 964 |
scalameta/sbt-scalafmt | An sbt plugin for automatically formatting Scala source code according to the Scalafmt style guide. | 201 |
scala-ide/scalariform | A code formatter for Scala source code to improve readability and consistency. | 527 |
johnnymorganz/stylua | A deterministic code formatter for various Lua versions and environments | 1,604 |
dlang-community/dfmt | A tool for formatting D source code according to specific styles and conventions. | 204 |
vvakame/typescript-formatter | A tool to format TypeScript code according to specified rules and configurations. | 559 |
antlr/codebuff | A machine learning-based code formatter that formats language-agnostic code using patterns learned from a corpus. | 445 |
mihaimaruseac/hindent | A tool that reformat Haskell source code to make it more readable and consistent | 562 |
maxattax97/openscad-format | A tool to format and style source code written in the OpenSCAD programming language. | 27 |
sbdchd/neoformat | A plugin for NeoVim to format code automatically or on save | 1,993 |
ennocramer/floskell | A tool that formats Haskell source code into a more readable layout | 180 |
emileferreira/nvim-strict | A plugin that provides code style formatting and hints for various programming languages using regular expressions. | 35 |
jupyterlab-contrib/jupyterlab_code_formatter | Facilitates invocation of code formatters in JupyterLab | 854 |