Here are
523 public repositories
matching this topic...
A modern formatting library
A JavaScript plugin for entering and validating international telephone numbers
Updated
Dec 6, 2021
JavaScript
A Swift framework for parsing, formatting and validating international phone numbers. Inspired by Google's libphonenumber.
Updated
Dec 27, 2021
Swift
🚅 Interactive prompts made simple. Build a prompt like stacking blocks.
Updated
May 2, 2021
Python
Converts Markdown files and strings into NSAttributedStrings with lots of customisation options.
Updated
Dec 13, 2021
Swift
A JS library for number formatting
Updated
Dec 25, 2021
JavaScript
JavaScript implementation of Project Fluent
Updated
Dec 21, 2021
JavaScript
A rust library to print aligned and formatted tables
Updated
Nov 11, 2021
Rust
Updated
Dec 29, 2021
TypeScript
Thin wrapper for "pandoc" (MIT)
Updated
Dec 29, 2021
Python
⚡ Quickly format table in ASCII. Great for code comments, or Github Markdown!
Updated
Dec 16, 2021
JavaScript
PostCSS plugin to keep rules and at-rules content in order.
Updated
Oct 16, 2021
JavaScript
Official public Markdeep source archive
Updated
Oct 3, 2021
JavaScript
🦙 Mega-Linter analyzes 48 languages, 22 formats, 19 tooling formats, abusive copy-pastes and spelling mistakes in your repository sources with a GitHub Action, other CI tools or locally.
Updated
Jan 4, 2022
Python
Turn a ReactElement into the corresponding JSX string
Updated
Jan 3, 2022
JavaScript
Android library designed for automatic formatting of text input by custom rules
🍣 A lightweight console printing and formatting toolkit
Updated
Dec 6, 2021
Python
.NET C# library for advanced formatting of console output [Apache]
An opinionated code formatter for Julia. Plot twist - the opinion is your own.
Updated
Dec 30, 2021
Julia
templates to format geographic addresses
Updated
Dec 30, 2021
Perl
✨ GitHub Action for detecting and auto-fixing lint errors
Updated
Jan 3, 2022
JavaScript
nginx config file formatter/beautifier written in Python with no additional dependencies.
Updated
Apr 26, 2021
Python
Vue.js component for Cleave.js input mask library ⌨️
Updated
Sep 4, 2021
JavaScript
An efficient and powerful Rust library for word wrapping text.
Android code style settings for Android Studio at grandcentrix
Updated
Aug 1, 2020
Shell
Neovim lua plugin to format the current buffer with external executables
A to the point yaml front matter parser
Write consistent git commit messages based on a custom template
Updated
Oct 5, 2020
Haskell
I18n library for Svelte.js that analyzes your keys at build time for max performance and minimal footprint
Updated
Jan 4, 2022
JavaScript
Improve this page
Add a description, image, and links to the
formatting
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
formatting
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Sometimes one might want to do multiple assignments in a single line to reduce number of lines of code, e.g.
Pmin, Pmax = get_pmin(fnm.system), get_pmax(fnm.system)If this is considered bad style by us, we should probably add a comment about this in the docs.