formatter
Here are 950 public repositories matching this topic...
A tool that automatically formats Python code to conform to the PEP 8 style guide.
-
Updated
Aug 9, 2020 - Python
Visual Studio Code extension for Prettier
-
Updated
Nov 25, 2020 - TypeScript
A Python utility / library to sort imports.
-
Updated
Nov 16, 2020 - Python
Wrong MSRV in README
A minimal Travis setup could look like this (requires Rust 1.24.0 or greater):
However, the rustfmt component is only available starting from 1.31.0. Anything below gives:
└─ rustup toolchain add 1.30.0 -c rustfmt
info: syncing channel updates for '1.30.0-x86_64-unknown-linux-gnu'
info: latest update on 2018-10-25, rust version 1.30.0 (da5f414c2 2018-10-24)
error: component 'rustfm
Code
-
Updated
Nov 24, 2020 - JavaScript
-
Updated
Nov 23, 2020 - TypeScript
Quick automated code review of your changes
-
Updated
Nov 22, 2020 - Ruby
Provide easy code formatting in Vim by integrating existing code formatters.
-
Updated
Oct 28, 2020 - Vim script
Keep your code spotless
-
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
An Xcode formatter plug-in to format your swift code.
-
Updated
Nov 22, 2020 - Swift
elm-format formats Elm source code according to a standard set of rules based on the official Elm Style Guide
-
Updated
Nov 25, 2020 - Haskell
Prettier PHP Plugin
-
Updated
Nov 23, 2020 - PHP
Download ScriptAnalyzer from PowerShellGallery
-
Updated
Nov 19, 2020 - C#
Update README.md
We need to update our README.md file before the 1.0 release.
The up-to-date and reliable Google's libphonenumber package for node.js.
-
Updated
Nov 12, 2020 - JavaScript
Parse, validate, manipulate, and display dates in PHP w/ i18n support. Inspired by moment.js
-
Updated
May 11, 2020 - PHP
Go implementation of Fowler's Money pattern
-
Updated
Nov 24, 2020 - Go
-
Updated
Nov 24, 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.