#
codeformatter
Here are 36 public repositories matching this topic...
cmpute
commented
Feb 8, 2022
This is a follow up issue to #5219. I found that I cannot format
pub const FORMAT_TEST: [u64; 5] = [
0x0000000000000000,
0xaaaaaaaaaaaaaaaa,
0xbbbbbbbbbbbbbbbb,
0xcccccccccccccccc,
0xdddddddddddddddd,
];to something like
pub const FORMAT_TEST: [u64; 5] = [
0x0000000000000000, 0xaaaaaaaaaaaaaaaa, 0xbbbbbbbbbbbbbbbb,
0xcccccccccccccccc,A tool that automatically formats Python code to conform to the PEP 8 style guide.
-
Updated
Jan 25, 2022 - Python
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
CommonMark compliant Markdown formatter
-
Updated
Feb 20, 2022 - Python
siebrenf
commented
Dec 6, 2021
Hey guys, I was trying to clean up some code and came upon this super niche edge case.
Here is the minimal reproducible example. Removing one or both ifs, removing the bottom comment or replacing the ruleorder with anything else does not result in the error.
# when using nested if-statements with___
if True:
if True:
ruleorder: ___a_ruleorder_and___
# __A modern, lambda-friendly, 120 character Java formatter.
-
Updated
Feb 19, 2022 - Java
A formatter to make your CMake code the real treasure
formatter
cmake
formatting
cmakelists
formatters
codeformatter
pre-commit-hook
cmake-format
specialized-formatter
cmake-language
-
Updated
Dec 17, 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
Robot Framework code formatter
-
Updated
Feb 20, 2022 - Python
Format Wolfram Language source code
formatter
formatting
mathematica
wolfram-language
wolfram-mathematica
codeformatter
formatting-wolfram-language
codetools
-
Updated
Feb 15, 2022 - Mathematica
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
Feb 14, 2022 - Python
Format program files in vim using your favorite command line formatter
-
Updated
Nov 29, 2021 - Vim script
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
Tool to format SATySFi code.
-
Updated
Oct 29, 2021 - OCaml
Code formatter for Lua
-
Updated
Oct 25, 2021 - Go
Tool for automatic sorting dict keys
-
Updated
Sep 20, 2021 - Python
A project for formatting Java classes with maven plugins
java
formatter
google
spring
microservice
maven
code
eclipse
plugins
maven-plugin
classes
springboot
codeformatter
-
Updated
Sep 22, 2021 - Java
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."
Is this related to a problem? Please describe.
On Black's future style doc it talks about
blackhandling awithwith multiple context managers in a few ways (Python-version-dependent).Describe the solution you'd like
Black should suggest to the user (in docum