formatter
Here are 1,219 public repositories matching this topic...
-
Updated
Mar 1, 2022 - Python
In the second example below, a trailing blank/ white space is inserted after first opening '(' symbol, this is indicated through '^'. The expectation is like in first example above. This seems to happen when opening a subshell first after opening brackets of another subshell.
shfmt is called without any parameters in this case.
#!/bin/bash
# OK - no blank
(
cd .
(echo "Hello
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,-
Updated
Mar 8, 2022 - TypeScript
-
Updated
Mar 6, 2022 - Python
-
Updated
Mar 7, 2022 - TypeScript
-
Updated
Mar 9, 2022 - JavaScript
-
Updated
Feb 20, 2022 - Ruby
-
Updated
Mar 7, 2022 - Java
-
Updated
Nov 7, 2021 - Vim script
-
Updated
Nov 14, 2021 - Swift
GDPR compliance
-
Updated
Mar 8, 2022 - PHP
-
Updated
Feb 25, 2022 - C#
-
Updated
Jan 28, 2022 - Haskell
-
Updated
Jan 26, 2022 - TypeScript
Update README.md
We need to update our README.md file before the 1.0 release.
-
Updated
Mar 10, 2022 - JavaScript
-
Updated
Mar 8, 2022 - Rust
-
Updated
Mar 4, 2022 - JavaScript
Improve this page
Add a description, image, and links to the formatter topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the formatter 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