From 62cdc8ec983eb189cfab7481f49e6bf058ff52ac Mon Sep 17 00:00:00 2001 From: hoob3rt Date: Tue, 16 Mar 2021 00:38:05 +0100 Subject: [PATCH] feat: added LuaFormatter config file --- .lua-format | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .lua-format diff --git a/.lua-format b/.lua-format new file mode 100644 index 0000000..71f1827 --- /dev/null +++ b/.lua-format @@ -0,0 +1,3 @@ +indent_width: 2 +continuation_indent_with: 2 +double_quote_to_single_quote: true