formatter
Here are 1,180 public repositories matching this topic...
-
Updated
Dec 28, 2021 - Python
I've been testing shell portability for a silly script of mine, and hit upon a behavior difference with the built-in command test:
for shell in sh bash dash zsh ksh csh tcsh gosh; do
printf "%s\t" "$shell "
$shell -c "test -d '' && echo true || echo false"
donesh false
bash false
dash false
zsh false
ksh false
csh false
tcsh false
gosh tru-
Updated
Dec 27, 2021 - TypeScript
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
Nov 3, 2021 - Python
-
Updated
Oct 19, 2021 - TypeScript
-
Updated
Dec 28, 2021 - JavaScript
-
Updated
Nov 23, 2021 - Ruby
-
Updated
Dec 29, 2021 - Java
-
Updated
Nov 7, 2021 - Vim script
GDPR compliance
-
Updated
Nov 14, 2021 - Swift
-
Updated
Dec 27, 2021 - PHP
-
Updated
Nov 30, 2021 - C#
-
Updated
Dec 11, 2021 - Haskell
Update README.md
We need to update our README.md file before the 1.0 release.
-
Updated
Dec 23, 2021 - JavaScript
-
Updated
Dec 15, 2021 - TypeScript
-
Updated
Nov 29, 2021 - Go
-
Updated
Dec 23, 2021 - 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.
The newer versions of the WingIDE, (8.x) have an option to use automatic formatting with black. The current documentation only mentions manually running Black from within Wing by executing a command line and linking tha