formatter
Here are 1,006 public repositories matching this topic...
-
Updated
Mar 3, 2021 - TypeScript
-
Updated
Mar 3, 2021 - Python
-
Updated
Feb 25, 2021 - Python
Describe the bug
Duplicate imports are not removed with imports_granularity = "Item" turned on.
To Reproduce
test.rs
use std::env;
use std::env;
fn main() {
println!("{:?}", env::var("TEST"));
}
.rustfmt.toml
unstable_features = true
edition = "2018"
imports_granularity = "Item"
Run rustfmt test.rs
Expected behavior
Duplicate `us
-
Updated
Mar 3, 2021 - JavaScript
-
Updated
Feb 26, 2021 - TypeScript
-
Updated
Mar 2, 2021 - Ruby
-
Updated
Feb 10, 2021 - Vim script
-
Updated
Mar 2, 2021 - 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
Dec 23, 2020 - Swift
-
Updated
Mar 2, 2021 - Haskell
-
Updated
Mar 2, 2021 - PHP
-
Updated
Feb 20, 2021 - C#
Update README.md
We need to update our README.md file before the 1.0 release.
-
Updated
Mar 2, 2021 - JavaScript
-
Updated
Feb 22, 2021 - PHP
-
Updated
Feb 5, 2021 - Go
-
Updated
Dec 18, 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.