From e0624ab63d5504dc42fbaed9f48158b86295d21f Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Thu, 19 Jan 2023 18:33:43 +0100 Subject: vim: format config with stylua MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Robert Günzler --- .vim/.editorconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .vim/.editorconfig (limited to '.vim/.editorconfig') diff --git a/.vim/.editorconfig b/.vim/.editorconfig new file mode 100644 index 0000000..c0b69e9 --- /dev/null +++ b/.vim/.editorconfig @@ -0,0 +1,11 @@ +root = true + +[*] +indent_style = space +indent_size = 2 +tab_width = 8 +end_of_line = lf +insert_final_newline = true + +[*.lua] +max_line_length = 100 -- cgit 1.4.1