From a4644e03b1aa7daf0f2d4c0474d04c3b3aabebbd Mon Sep 17 00:00:00 2001 From: Christian Segundo Date: Sun, 8 Oct 2023 01:59:18 +0200 Subject: first commit --- stylua.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 stylua.toml (limited to 'stylua.toml') diff --git a/stylua.toml b/stylua.toml new file mode 100644 index 0000000..d73b884 --- /dev/null +++ b/stylua.toml @@ -0,0 +1,5 @@ +column_width = 80 +line_endings = "Unix" +indent_type = "Spaces" +indent_width = 2 +quote_style = "AutoPreferDouble" -- cgit v1.2.3