#
formatter
Here are 1,216 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
Feb 19, 2022 - Python
ihar-orca
commented
Feb 21, 2022
A full script:
#!/bin/bash
cat /etc/passwd | cut -f3 -d":" | sort -n | uniq -c | while read x; do
[ -z "${x}" ] && break
set - $x
if [ $1 -gt 1 ]; then
users=$(awk -F: '($3 == n) { print $1 }' n=$2 /etc/passwd | xargs)
exit 1
fi
done
Just a simple script to reproduce the issue:
#!/bin/bash
set - "test"
When I'm trying to run this script using the inte
cmpute
commented
Feb 8, 2022
This is a follow up issue to #5219. I found that I cannot format
pub const FORMAT_TEST: [u64; 5] = [
0x0000000000000000,
0xaaaaaaaaaaaaaaaa,
0xbbbbbbbbbbbbbbbb,
0xcccccccccccccccc,
0xdddddddddddddddd,
];to something like
pub const FORMAT_TEST: [u64; 5] = [
0x0000000000000000, 0xaaaaaaaaaaaaaaaa, 0xbbbbbbbbbbbbbbbb,
0xcccccccccccccccc,Visual Studio Code extension for Prettier
-
Updated
Feb 24, 2022 - TypeScript
A tool that automatically formats Python code to conform to the PEP 8 style guide.
-
Updated
Feb 25, 2022 - Python
-
Updated
Feb 26, 2022 - TypeScript
Code ➡️ prettier ➡️ eslint --fix ➡️ Formatted Code ✨
-
Updated
Feb 23, 2022 - JavaScript
Quick automated code review of your changes
-
Updated
Feb 20, 2022 - Ruby
Keep your code spotless
javascript
css
kotlin
java
sass
groovy
formatter
typescript
scala
sql
gradle
maven
prettier
plugin-gradle
-
Updated
Feb 23, 2022 - Java
Provide easy code formatting in Vim by integrating existing code formatters.
-
Updated
Nov 7, 2021 - Vim script
Open
GDPR compliance
1
idleberg
commented
Apr 26, 2021
An Xcode formatter plug-in to format your swift code.
-
Updated
Nov 14, 2021 - Swift
Prettier PHP Plugin
-
Updated
Feb 25, 2022 - PHP
Download ScriptAnalyzer from PowerShellGallery
-
Updated
Feb 25, 2022 - C#
elm-format formats Elm source code according to a standard set of rules based on the official Elm Style Guide
-
Updated
Jan 28, 2022 - Haskell
An opinionated Tailwind CSS class sorter built for Visual Studio Code
-
Updated
Jan 26, 2022 - TypeScript
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
Feb 24, 2022 - JavaScript
Pluggable and configurable code formatting platform written in Rust.
-
Updated
Feb 27, 2022 - Rust
Go implementation of Fowler's Money pattern
-
Updated
Feb 24, 2022 - Go
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."
Is this related to a problem? Please describe.
On Black's future style doc it talks about
blackhandling awithwith multiple context managers in a few ways (Python-version-dependent).Describe the solution you'd like
Black should suggest to the user (in docum