From e6623ee432bbf820cd91e6456d7392a0d090084b Mon Sep 17 00:00:00 2001 From: Donald Pipowitch Date: Wed, 12 Mar 2014 07:05:06 +0100 Subject: [PATCH] updated README with "beautify on save" information --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6cd7350..0aa9be9 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ Open the Command Palette, and type `Beautify`. This will beautify JS, HTML or CS You can also type `ctrl-alt-b` as a shortcut or click `Packages > Beautify` in the menu. +You can also choose to beautify on every file save. + ## License MIT © [Donald Pipowitch](https://github.com/donaldpipowitch)