From c61ec6b145e36c1bf3bc07b3e5fb5652b3d2fa70 Mon Sep 17 00:00:00 2001 From: TJ DeVries Date: Thu, 23 Jun 2022 23:35:53 -0400 Subject: init: kickstart.nvim --- nvim/.stylua.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 nvim/.stylua.toml (limited to 'nvim/.stylua.toml') diff --git a/nvim/.stylua.toml b/nvim/.stylua.toml new file mode 100644 index 0000000..5d12dbd --- /dev/null +++ b/nvim/.stylua.toml @@ -0,0 +1,6 @@ +column_width = 160 +line_endings = "Unix" +indent_type = "Spaces" +indent_width = 2 +quote_style = "AutoPreferSingle" +no_call_parentheses = true -- cgit v1.2.3