pretty-print
Here are 242 public repositories matching this topic...
alexhallam / tv
Currently sigfigs are set to 3. The user should be able to specify this.
-
Updated
Jun 9, 2021 - JavaScript
-
Updated
Sep 21, 2021 - TypeScript
-
Updated
Jul 20, 2021 - Python
-
Updated
Jul 5, 2021 - Clojure
-
Updated
Oct 9, 2021 - TeX
It may be useful as sometimes we would like to print a content on the basis of some internal information not only on the type information itself.
#[derive(Tabled)]
struct House {
#[field(display_with_self = "foo")]
key: String,
}
fn foo(&House) -> String { ... }-
Updated
Nov 22, 2018 - JavaScript
-
Updated
Dec 31, 2018 - JavaScript
-
Updated
Sep 16, 2021 - Haskell
-
Updated
Jun 29, 2018 - Swift
-
Updated
Oct 6, 2021 - Scala
-
Updated
Mar 29, 2021 - JavaScript
-
Updated
Jan 4, 2021 - PHP
-
Updated
Dec 3, 2020 - Erlang
-
Updated
Sep 8, 2017 - JavaScript
-
Updated
Oct 4, 2021 - Python
-
Updated
Oct 9, 2021 - Python
-
Updated
Jul 22, 2021 - JavaScript
-
Updated
Sep 21, 2021 - TypeScript
-
Updated
Jun 4, 2019 - JavaScript
-
Updated
Mar 9, 2021 - Perl
-
Updated
Jul 6, 2020 - Go
Configure the project to enforce the JSHint rule that prohibits non-breaking whitespace characters.
See "jshintConfig" in package.json:
https://github.com/center-key/pretty-print-json/blob/master/package.json#L21
JSHint documentation:
https://jshint.com/docs/options/#nonbsp
-
Updated
Sep 12, 2019 - JavaScript
-
Updated
May 30, 2019 - R
Improve this page
Add a description, image, and links to the pretty-print topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the pretty-print topic, visit your repo's landing page and select "manage topics."
Is there any way to set the table size? I have three different tables I want to print, one after the other, and for continuity purposes, it would look much better if they were all aligned to the same size, rather than the current variable size (depending on the size of the longest string in a column).