#
formatter
Here are 1,122 public repositories matching this topic...
A Python utility / library to sort imports.
python
cli
formatter
linter
python3
cleaner
auto-formatter
hacktoberfest
isort
sorting-imports
python-utility
-
Updated
Aug 18, 2021 - Python
Visual Studio Code extension for Prettier
-
Updated
Sep 3, 2021 - TypeScript
A tool that automatically formats Python code to conform to the PEP 8 style guide.
-
Updated
Aug 15, 2021 - Python
jrose-signal
commented
Jul 28, 2021
Sending the following code through rustfmt --config struct_field_align_threshold=30
removes the ..
, changing the meaning of the code.
struct X { a: i32, b: i32 }
fn test(x: X) {
let y = matches!(x, X {
a: 1,
..
});
}
becomes
struct X {
a: i32,
b: i32,
}
fn test(x: X) {
let y = matches!(x, X { a: 1 });
}
-
Updated
Aug 30, 2021 - TypeScript
Code ➡️ prettier ➡️ eslint --fix ➡️ Formatted Code ✨
-
Updated
Aug 31, 2021 - JavaScript
Quick automated code review of your changes
-
Updated
Jul 8, 2021 - Ruby
Keep your code spotless
javascript
css
kotlin
java
sass
groovy
formatter
typescript
scala
sql
gradle
maven
prettier
plugin-gradle
-
Updated
Sep 4, 2021 - Java
Provide easy code formatting in Vim by integrating existing code formatters.
-
Updated
Jul 22, 2021 - Vim script
Open
GDPR compliance
1
idleberg
commented
Apr 26, 2021
An Xcode formatter plug-in to format your swift code.
-
Updated
May 8, 2021 - Swift
Prettier PHP Plugin
-
Updated
Sep 2, 2021 - PHP
elm-format formats Elm source code according to a standard set of rules based on the official Elm Style Guide
-
Updated
Aug 21, 2021 - Haskell
Download ScriptAnalyzer from PowerShellGallery
-
Updated
Aug 31, 2021 - C#
Open
Update README.md
1
andreoav
commented
Jul 29, 2020
We need to update our README.md file before the 1.0 release.
10
The up-to-date and reliable Google's libphonenumber package for node.js.
-
Updated
Aug 24, 2021 - JavaScript
Go implementation of Fowler's Money pattern
-
Updated
Aug 1, 2021 - Go
An opinionated Tailwind CSS class sorter built for Visual Studio Code
-
Updated
Sep 5, 2021 - TypeScript
A whitespace formatter for different query languages
-
Updated
Aug 29, 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."
Describe the bug
"EOF in multi-line statement" error is shown to the user as the raw tuple it was returned as, rather than in a nicely formatted message.
To Reproduce
For example:
print(