Wolfram Language formatter #575
Labels
feature
New functionality, or change in existing functionality
infrastructure
Has to do with changes to the development process, e.g., build scripts, CI, testing utilities
wolfram language
Requires Wolfram Language implementation
The problem
Wolfram Language formatting should be included in the
./lint.sh
script and run in the git hooks and CI.Possible solution
There are two candidates I am aware of:
The official formatter seems to have some trouble with respecting the specified line width. If not fixed, that will make it unusable as it will be in conflict with
./checkLineWidth.sh
.The formatter by @Lshift has another issue in that it formats the code for the
StandardForm
, which means there are, e.g., no spaces around+
or@
.It's not clear which of these issues is easier to fix, so the one we pick will depend on that.
The text was updated successfully, but these errors were encountered: