formatter
Here are 952 public repositories matching this topic...
-
Updated
Aug 9, 2020 - Python
-
Updated
Nov 27, 2020 - TypeScript
-
Updated
Nov 25, 2020 - Python
#4478 included some initial support for the new ConstBlock expression kind variant, but there's opportunities to enhance and improve the formatting.
The relevant section of the codebase can be found in formatting/expr.rs
https://github.com/rust-lang/rustfmt/blob/cbe01e47024c852e2ed852671e76f7929c4bab91/src/formatting/expr.rs#L127-L129
There are 3 core activities to completing this issue:
-
Updated
Nov 27, 2020 - JavaScript
-
Updated
Nov 23, 2020 - TypeScript
-
Updated
Nov 22, 2020 - Ruby
-
Updated
Oct 28, 2020 - Vim script
-
Updated
Nov 17, 2020 - Java
When I try to beautify the i get the following problem
TypeError: Cannot read property 'on' of undefined
I just installed beautify and uncrustify
https://gist.github.com/ODCA117/917affd6b11437517535a45350379820
-
Updated
Nov 22, 2020 - Swift
-
Updated
Nov 28, 2020 - Haskell
-
Updated
Nov 23, 2020 - PHP
-
Updated
Nov 19, 2020 - C#
Update README.md
We need to update our README.md file before the 1.0 release.
-
Updated
Nov 12, 2020 - JavaScript
-
Updated
May 11, 2020 - PHP
-
Updated
Nov 24, 2020 - Go
-
Updated
Nov 25, 2020 - 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."
Describe the bug A clear and concise description of what the bug is.
Running black in the console generates a traceback.
To Reproduce Steps to reproduce the behavior:
Running black directly in the console gives me the following traceback.