From 4a91484477977a95149a15e5880dbbe76d680098 Mon Sep 17 00:00:00 2001 From: Salar Rahmanian Date: Thu, 9 Feb 2023 21:23:53 -0800 Subject: [PATCH] add lint config --- .luacheckrc | 6 ++++++ stylua.toml | 3 +++ 2 files changed, 9 insertions(+) create mode 100644 .luacheckrc create mode 100644 stylua.toml diff --git a/.luacheckrc b/.luacheckrc new file mode 100644 index 0000000..3584c23 --- /dev/null +++ b/.luacheckrc @@ -0,0 +1,6 @@ +globals = { + "vim" +} + +ignore = {"212","311"} + diff --git a/stylua.toml b/stylua.toml new file mode 100644 index 0000000..88b2e63 --- /dev/null +++ b/stylua.toml @@ -0,0 +1,3 @@ +indent_type = "Spaces" +indent_width = 2 +