#
formatter
Here are 1,302 public repositories matching this topic...
good first issue
Good for newcomers
T: documentation
Improvements to the docs (e.g. new topic, correction, etc)
C: integrations
Editor plugins and other integrations
A Python utility / library to sort imports.
python
cli
formatter
linter
python3
cleaner
auto-formatter
hacktoberfest
isort
sorting-imports
python-utility
-
Updated
Jul 3, 2022 - Python
dankegel
commented
Jun 29, 2022
Given the invalid command
let x/x
bash rightfully complains:
$ let x/x
bash: let: x/x: division by 0 (error token is "x")
but gosh panics:
$ go run cmd/gosh/main.go
$ let x/x
panic: runtime error: integer divide by zero
goroutine 1 [running]:
mvdan.cc/sh/v3/expand.binArit(0x111540?, 0x589de0?, 0xc000122f28?)
/home/dank/src/sh/expand/arith.go:173 +0x245
mv
xhalo32
commented
May 31, 2022
trait Test</* comment */ T> {}Gets reformatted as
trait Test</* comment */ T> /* comment */ T> {}Whereas no changes were expected.
Playground:
https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=88c36ba8a83e2c01030bbbf95327be6a
Setting version = Two has no effect.
λ rustfmt --version
rustfmt 1.4.38-stable (7737e0b 2022-04
bug
Panic, non-idempotency, invalid code, etc.
good first issue
Issues up for grabs, also good candidates for new rustfmt contributors
a-comments
help wanted
Visual Studio Code extension for Prettier
-
Updated
Jul 6, 2022 - TypeScript
A tool that automatically formats Python code to conform to the PEP 8 style guide.
-
Updated
Apr 20, 2022 - Python
-
Updated
Jul 5, 2022 - TypeScript
Code ➡️ prettier ➡️ eslint --fix ➡️ Formatted Code ✨
-
Updated
Jun 30, 2022 - JavaScript
Keep your code spotless
javascript
css
kotlin
java
sass
groovy
formatter
typescript
scala
sql
gradle
maven
prettier
plugin-gradle
-
Updated
Jul 8, 2022 - Java
Quick automated code review of your changes
-
Updated
Apr 19, 2022 - Ruby
Provide easy code formatting in Vim by integrating existing code formatters.
-
Updated
Jun 11, 2022 - Vim script
An Xcode formatter plug-in to format your swift code.
-
Updated
Nov 14, 2021 - Swift
Open
GDPR compliance
1
idleberg
commented
Apr 26, 2021
Prettier PHP Plugin
-
Updated
Jul 8, 2022 - PHP
Download ScriptAnalyzer from PowerShellGallery
-
Updated
Jul 5, 2022 - C#
Pluggable and configurable code formatting platform written in Rust.
-
Updated
Jul 8, 2022 - Rust
elm-format formats Elm source code according to a standard set of rules based on the official Elm Style Guide
-
Updated
May 23, 2022 - Haskell
The up-to-date and reliable Google's libphonenumber package for node.js.
-
Updated
Jun 28, 2022 - JavaScript
A whitespace formatter for different query languages
-
Updated
Jul 9, 2022 - TypeScript
An opinionated Tailwind CSS class sorter built for Visual Studio Code
-
Updated
Jan 26, 2022 - TypeScript
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."
I'm not sure this will help us much; Black is not a particularly security-sensitive tool.
Maybe we should document that
blackdshouldn't be run as a publicly accessible server though.Originally posted by @JelleZijlstra in psf/black#3045 (comment)