From 06a3d6866e4f545abddd6654e490e50b623330a9 Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Thu, 2 Mar 2017 13:13:31 -0600 Subject: Update atoms --- atom/packages/pretty-json/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 atom/packages/pretty-json/README.md (limited to 'atom/packages/pretty-json/README.md') diff --git a/atom/packages/pretty-json/README.md b/atom/packages/pretty-json/README.md new file mode 100644 index 0000000..5ec5dbb --- /dev/null +++ b/atom/packages/pretty-json/README.md @@ -0,0 +1,8 @@ +Pretty JSON +=========== + +[Atom](http://atom.io/) plugin. Format JSON documents. + +![](http://i.imgur.com/Nd4GvtP.gif) + +Just select the text to format and select the prettify command. In a JSON file, it formats the whole file. -- cgit