All Projects → myint → unify

myint / unify

Licence: MIT License
Modifies strings to all use the same quote where possible

Programming Languages

python
139335 projects - #7 most used programming language
Makefile
30231 projects

Labels

Projects that are alternatives of or similar to unify

csharpier
CSharpier is an opinionated code formatter for c#.
Stars: ✭ 337 (+388.41%)
Mutual labels:  formatter
formatters
A javascript library for formatting and manipulating.
Stars: ✭ 14 (-79.71%)
Mutual labels:  formatter
intl-format
A wrapper library for PHP to format and internationalize values in messages like sprintf
Stars: ✭ 12 (-82.61%)
Mutual labels:  formatter
benchee html
Draw pretty micro benchmarking charts in HTML and allow to export them as png for benchee
Stars: ✭ 50 (-27.54%)
Mutual labels:  formatter
AutoFormatInputWatcher
This repository contains input watcher for auto formatting digits in edit text
Stars: ✭ 15 (-78.26%)
Mutual labels:  formatter
lancer
Turn your python code into a hideous mess. Ever heard of Black? This is the opposite.
Stars: ✭ 179 (+159.42%)
Mutual labels:  formatter
unicode-formatter
Convert portions of text to fancy text using unicode fonts for use on Twitter and other sites that don't support rich text
Stars: ✭ 31 (-55.07%)
Mutual labels:  formatter
react-put
A flexible formatter and i18n interface for React.
Stars: ✭ 23 (-66.67%)
Mutual labels:  formatter
prettier-check
Check that all files match prettier code style.
Stars: ✭ 54 (-21.74%)
Mutual labels:  formatter
Fmt.jl
Python-style format strings for Julia
Stars: ✭ 31 (-55.07%)
Mutual labels:  formatter
rufo-vim
Ruby format for vim via rufo
Stars: ✭ 52 (-24.64%)
Mutual labels:  formatter
atom-perfectionist
Beautify CSS and SCSS
Stars: ✭ 19 (-72.46%)
Mutual labels:  formatter
yapf-online
google/yapf online demo
Stars: ✭ 23 (-66.67%)
Mutual labels:  formatter
ufmt
Safe, atomic formatting with black and µsort
Stars: ✭ 46 (-33.33%)
Mutual labels:  formatter
lucene
Node.js lib to transform: lucene query → syntax tree → lucene query
Stars: ✭ 61 (-11.59%)
Mutual labels:  formatter
ormolu.el
A formatter for Haskell source code
Stars: ✭ 31 (-55.07%)
Mutual labels:  formatter
react-numeric
A react component for formatted number form fields
Stars: ✭ 30 (-56.52%)
Mutual labels:  formatter
pretty print formatter
Pretty Print Formatter for Elixir Logger module -- Colorize Ecto's SQL ouput 🖌️
Stars: ✭ 22 (-68.12%)
Mutual labels:  formatter
vim-ormolu
Plugin for formatting Haskell source code
Stars: ✭ 35 (-49.28%)
Mutual labels:  formatter
canonix
Experiment in Nix formatting
Stars: ✭ 18 (-73.91%)
Mutual labels:  formatter

unify

Build status

Modifies strings to all use the same quote where possible.

Example

After running:

$ unify --in-place example.py

this code

x = "abc"
y = 'hello'

gets formatted into this

x = 'abc'
y = 'hello'
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].