#
codeformatter
Here are 33 public repositories matching this topic...
A tool that automatically formats Python code to conform to the PEP 8 style guide.
-
Updated
Aug 15, 2021 - Python
jrose-signal
commented
Jul 28, 2021
Sending the following code through rustfmt --config struct_field_align_threshold=30 removes the .., changing the meaning of the code.
struct X { a: i32, b: i32 }
fn test(x: X) {
let y = matches!(x, X {
a: 1,
..
});
}becomes
struct X {
a: i32,
b: i32,
}
fn test(x: X) {
let y = matches!(x, X { a: 1 });
}Code Formatter plugin for ST2/ST3
-
Updated
Oct 30, 2019 - Python
A simple extension for Jupyter Notebook and Jupyter Lab to beautify Python code automatically using black.
yapf
black
jupyter-notebook-extension
codeformatter
jupyterlab-extension
black-formatter
black-beautifier
jupyter-notebook-formatter
-
Updated
Aug 24, 2020 - Python
The uncompromising Snakemake code formatter
-
Updated
Aug 9, 2021 - Python
CommonMark compliant Markdown formatter
-
Updated
Aug 24, 2021 - Python
A formatter to make your CMake code the real treasure
formatter
cmake
formatting
cmakelists
formatters
codeformatter
cmake-format
specialized-formatter
cmake-language
-
Updated
Jul 16, 2021 - CMake
evgygor
commented
Jun 25, 2018
The error:
Error: ENOENT: no such file or directory, open 'C:\Git_work\Roku-Sample-App\source\*.brs'
at Object.fs.openSync (fs.js:646:18)
at Object.fs.readFileSync (fs.js:551:33)
at processFile (C:\Users\eg874k\AppData\Roaming\npm\node_modules\@willowtreeapps\wist\src\js\cli-engine.js:64:21)
at executeOnFile (C:\Users\eg874k\AppData\Roaming\npm\node_modules\@willowtreeapp
A JupyterLab extension to apply Black formatter to code within codecell.
-
Updated
May 27, 2019 - TypeScript
A modern, lambda-friendly, 120 character Java formatter.
-
Updated
Aug 28, 2021 - Java
This repo contains Roslyn based toolchain, such as Code Review Tools, Code Fix, Code Formatter and Code Generator.
-
Updated
Oct 2, 2017 - C#
run black on documentation code snippets
-
Updated
Aug 8, 2021 - Python
Format program files in vim using your favorite command line formatter
-
Updated
Jun 17, 2021 - Vim script
Format Wolfram Language source code
formatter
formatting
mathematica
wolfram-language
wolfram-mathematica
codeformatter
formatting-wolfram-language
codetools
-
Updated
Aug 27, 2021 - Mathematica
Run Black only on Git unstaged/untracked files (+ project options through config files!)
-
Updated
Oct 7, 2019 - Python
-
Updated
Jul 17, 2020 - Shell
A library to morph back-tick wrapped markup into <code>.
-
Updated
Aug 3, 2020 - JavaScript
Format Verilog/SystemVerilog code
-
Updated
Sep 27, 2019 - Rust
Code formatter for Lua
-
Updated
Mar 15, 2021 - Go
Code beautifier to format code in O(n) time complexity and ~O(1) space complexity. It does not require the bulk of data, rather it can work on a stream of data.
-
Updated
Dec 28, 2016 - C++
Improve this page
Add a description, image, and links to the codeformatter topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the codeformatter topic, visit your repo's landing page and select "manage topics."


Describe the bug
"EOF in multi-line statement" error is shown to the user as the raw tuple it was returned as, rather than in a nicely formatted message.
To Reproduce
For example:
print(