codeformatter
codeformatter copied to clipboard
Format Wolfram Language source code
Results
2
codeformatter issues
Sort by
recently updated
recently updated
newest added
I don't know if this is a bug. code from https://www.wolfram.com/wolframscript/ ```mma #!/usr/bin/env wolframscript -function -signature City City ``` will be formatted into ```mma #! / usr / bin /...
I would like CodeFormatter to help me with spacing and indentation but not line breaks. I'd like it to 1. Preserve all line breaks I enter 2. Prevent the formatter...