From f9cd8a477c86a383a23b48107886584e3ec1f5cc Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Mon, 22 Dec 2025 14:42:24 +0000 Subject: [PATCH] Fixed stylua.toml --- stylua.toml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) mode change 120000 => 100644 stylua.toml diff --git a/stylua.toml b/stylua.toml deleted file mode 120000 index 2f20636..0000000 --- a/stylua.toml +++ /dev/null @@ -1 +0,0 @@ -/nix/store/pvbf0ydg2kz73i29c0w0w1ldyrxn34ix-home-manager-files/.config/stylua.toml \ No newline at end of file diff --git a/stylua.toml b/stylua.toml new file mode 100644 index 0000000..4329fd2 --- /dev/null +++ b/stylua.toml @@ -0,0 +1,10 @@ +column_width = 100 +line_endings = "Unix" +indent_type = "Spaces" +indent_width = 4 +quote_style = "AutoPreferDouble" +call_parentheses = "Always" +collapse_simple_statement = "Never" + +[sort_requires] +enabled = true