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/.stylua.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .vim/.stylua.toml (limited to '.vim/.stylua.toml') diff --git a/.vim/.stylua.toml b/.vim/.stylua.toml new file mode 100644 index 0000000..616d360 --- /dev/null +++ b/.vim/.stylua.toml @@ -0,0 +1,6 @@ +column_width = 100 +line_endings = "Unix" +indent_type = "Spaces" +indent_width = 2 +quote_style = "AutoPreferSingle" +#call_parentheses = "Always" -- cgit 1.4.1