COLLECTED BY
Organization:
Internet Archive
Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The Wayback Machine - https://web.archive.org/web/20220412223112/https://github.com/topics/formatting
Here are
556 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
Mar 28, 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
Mar 26, 2022
JavaScript
A rust library to print aligned and formatted tables
Updated
Jan 15, 2022
Rust
🦙 Mega-Linter analyzes 48 languages, 22 formats, 19 tooling formats, excessive copy-pastes, spelling mistakes and security issues in your repository sources with a GitHub Action, other CI tools or locally.
Updated
Apr 11, 2022
Python
Updated
Apr 5, 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 11, 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 10, 2022
Julia
🍣 A lightweight console printing and formatting toolkit
Updated
Mar 30, 2022
Python
✨ GitHub Action for detecting and auto-fixing lint errors
Updated
Apr 12, 2022
JavaScript
.NET C# library for advanced formatting of console output [Apache]
templates to format geographic addresses
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
Mar 29, 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
Mar 1, 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
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.