From 83d7693163ebcd5ed271557689fb034e21d4129d Mon Sep 17 00:00:00 2001 From: Rahul Kumar Singh <37482171+rahulkumarsingh73690@users.noreply.github.com> Date: Sat, 20 Nov 2021 14:01:03 +0530 Subject: [PATCH] Added popular online formatter If code is not in vs code then it's very difficult to format code. So I added online formatter --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 059c73b..fd30189 100644 --- a/README.md +++ b/README.md @@ -9,3 +9,7 @@ Reformats your Lua source code. * `vscode-lua-format.configPath`: Specifies the style config file. [Style Options](https://github.com/Koihik/LuaFormatter/blob/master/docs/Style-Config.md) * `vscode-lua-format.binaryPath`: Specifies alternative lua-format binary path + +## External formatter + +Online [Lua Formatter](https://goonlinetools.com/lua-beautifier/)