From 2140ab51deed88e90eafebf9520fa5f9995dc7c9 Mon Sep 17 00:00:00 2001 From: twells46 <173561638+twells46@users.noreply.github.com> Date: Wed, 31 Dec 2025 13:28:05 -0600 Subject: Migrate from stow --- dot_config/nvim/dot_stylua.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 dot_config/nvim/dot_stylua.toml (limited to 'dot_config/nvim/dot_stylua.toml') diff --git a/dot_config/nvim/dot_stylua.toml b/dot_config/nvim/dot_stylua.toml new file mode 100644 index 0000000..139e939 --- /dev/null +++ b/dot_config/nvim/dot_stylua.toml @@ -0,0 +1,6 @@ +column_width = 160 +line_endings = "Unix" +indent_type = "Spaces" +indent_width = 2 +quote_style = "AutoPreferSingle" +call_parentheses = "None" -- cgit v1.2.3