Here are
557 public repositories
matching this topic...
A modern formatting library
A JavaScript plugin for entering and validating international telephone numbers
-
Updated
Mar 17, 2022
-
JavaScript
A Swift framework for parsing, formatting and validating international phone numbers. Inspired by Google's libphonenumber.
-
Updated
Apr 22, 2022
-
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
Apr 5, 2022
-
Swift
A JS library for number formatting
-
Updated
Mar 25, 2022
-
JavaScript
JavaScript implementation of Project Fluent
-
Updated
Apr 23, 2022
-
JavaScript
A rust library to print aligned and formatted tables
-
Updated
Jan 15, 2022
-
Rust
-
Updated
Apr 16, 2022
-
TypeScript
Thin wrapper for "pandoc" (MIT)
-
Updated
Apr 8, 2022
-
Python
⚡ Quickly format table in ASCII. Great for code comments, or Github Markdown!
-
Updated
Apr 11, 2022
-
JavaScript
PostCSS plugin to keep rules and at-rules content in order.
-
Updated
Mar 24, 2022
-
JavaScript
Official public Markdeep source archive
-
Updated
Oct 3, 2021
-
JavaScript
Turn a ReactElement into the corresponding JSX string
-
Updated
Apr 23, 2022
-
JavaScript
Android library designed for automatic formatting of text input by custom rules
-
Updated
Feb 22, 2022
-
Java
An opinionated code formatter for Julia. Plot twist - the opinion is your own.
-
Updated
Apr 21, 2022
-
Julia
✨ GitHub Action for detecting and auto-fixing lint errors
-
Updated
Apr 23, 2022
-
JavaScript
🍣 A lightweight console printing and formatting toolkit
-
Updated
Mar 30, 2022
-
Python
.NET C# library for advanced formatting of console output [Apache]
templates to format geographic addresses
-
Updated
Apr 21, 2022
-
Perl
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
A wrapper around Neovims native LSP formatting.
An efficient and powerful Rust library for word wrapping text.
-
Updated
Apr 18, 2022
-
Rust
Android code style settings for Android Studio at grandcentrix
-
Updated
Aug 1, 2020
-
Shell
I18n library for Svelte.js that analyzes your keys at build time for max performance and minimal footprint
-
Updated
Apr 23, 2022
-
JavaScript
A to the point yaml front matter parser
Write consistent git commit messages based on a custom template
-
Updated
Oct 5, 2020
-
Haskell
Recreated sources for the book "UNIX Text Processing," published in 1987.
-
Updated
Oct 20, 2020
-
Roff
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.