From 49eda1a048e805cfa05e64895c58d6f8d7825970 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Dudr?= Date: Mon, 24 Oct 2022 10:01:29 +0200 Subject: [PATCH] nvim: editorconfig --- dot_config/nvim/dot_editorconfig | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 dot_config/nvim/dot_editorconfig diff --git a/dot_config/nvim/dot_editorconfig b/dot_config/nvim/dot_editorconfig new file mode 100644 index 0000000..240617c --- /dev/null +++ b/dot_config/nvim/dot_editorconfig @@ -0,0 +1,4 @@ +root = true +[*.lua] +indent_size = 2 +indent_style = space