formatter
Here are 1,259 public repositories matching this topic...
-
Updated
May 16, 2022 - Python
Good evening!
This is a feature request (AFAIKT there's no configuration option or duplicate issue for this).
In many cases where nightly rustfmt is applied by CI in public repositories, users will often run cargo fmt themselves directly or through their editor causing warnings arising from using the stable rustfmt where the nightly is required. E.g.:
$ cargo fmt
Warning
-
Updated
May 13, 2022 - TypeScript
-
Updated
Apr 20, 2022 - Python
-
Updated
May 15, 2022 - JavaScript
-
Updated
May 13, 2022 - Java
-
Updated
Apr 19, 2022 - Ruby
-
Updated
May 12, 2022 - Vim script
-
Updated
Nov 14, 2021 - Swift
GDPR compliance
If the used match with not a lot of content, it is formatted as one line which is really tricky to read.
Prettier 2.6.2
PHP Plugin 0.18.4
{
"printWidth": 80,
"tabWidth": 4,
"useTabs": false,
"singleQuote": true,
"phpVersion": "8.1",
"trailingCommaPHP": true,
"braceStyle": "psr-2",
"requirePragma": false,
"insertPragma": false
}**Inpu
-
Updated
May 9, 2022 - C#
-
Updated
May 15, 2022 - Rust
-
Updated
May 5, 2022 - Haskell
-
Updated
Jan 26, 2022 - TypeScript
Update README.md
We need to update our README.md file before the 1.0 release.
-
Updated
May 5, 2022 - JavaScript
-
Updated
May 16, 2022 - TypeScript
-
Updated
Apr 8, 2022 - Go
-
Updated
Feb 9, 2022 - Vim script
-
Updated
Jan 26, 2022 - Vim script
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."


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.