formatter
Here are 1,258 public repositories matching this topic...
A Python utility / library to sort imports.
-
Updated
Apr 13, 2022 - Python
Running a simple script like:
#!/bin/bash
echo athrough shfmt -mn yields:
echo aThe shebang is stripped out (like a comment) which isn't ideal.
Thanks for the otherwise great library!
Good evening!
This is a feature request (AFAIKT there's no configuration option or duplicate issue for this).
In many cases where nightly rustfmt is applied by CI in public repositories, users will often run cargo fmt themselves directly or through their editor causing warnings arising from using the stable rustfmt where the nightly is required. E.g.:
$ cargo fmt
Warning
Visual Studio Code extension for Prettier
-
Updated
Apr 28, 2022 - TypeScript
A tool that automatically formats Python code to conform to the PEP 8 style guide.
-
Updated
Apr 20, 2022 - Python
-
Updated
Apr 23, 2022 - TypeScript
Code
-
Updated
Apr 27, 2022 - JavaScript
Keep your code spotless
-
Updated
Apr 30, 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
Apr 21, 2022 - Vim script
An Xcode formatter plug-in to format your swift code.
-
Updated
Nov 14, 2021 - Swift
GDPR compliance
If the used match with not a lot of content, it is formatted as one line which is really tricky to read.
Prettier 2.6.2
PHP Plugin 0.18.4
{
"printWidth": 80,
"tabWidth": 4,
"useTabs": false,
"singleQuote": true,
"phpVersion": "8.1",
"trailingCommaPHP": true,
"braceStyle": "psr-2",
"requirePragma": false,
"insertPragma": false
}**Inpu
Download ScriptAnalyzer from PowerShellGallery
-
Updated
Apr 23, 2022 - C#
Pluggable and configurable code formatting platform written in Rust.
-
Updated
Apr 30, 2022 - Rust
elm-format formats Elm source code according to a standard set of rules based on the official Elm Style Guide
-
Updated
Apr 26, 2022 - Haskell
An opinionated Tailwind CSS class sorter built for Visual Studio Code
-
Updated
Jan 26, 2022 - TypeScript
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
Apr 20, 2022 - JavaScript
A whitespace formatter for different query languages
-
Updated
Apr 30, 2022 - 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."


Perhaps we should document this issue in the FAQ? Using pre-commit with Black is pretty common (and it's not always instantly clear it passes all of the files to the hook directly bypassing any file discovery the hook may implement). I'd suggest pre-commit's exclude configurations first, and then black's force-exclude.
_Originally posted by @ichard26 in psf/black#3013