diff options
Diffstat (limited to 'nvim/nvchad/.stylua.toml')
-rw-r--r-- | nvim/nvchad/.stylua.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/nvim/nvchad/.stylua.toml b/nvim/nvchad/.stylua.toml new file mode 100644 index 0000000..ecb6dca --- /dev/null +++ b/nvim/nvchad/.stylua.toml @@ -0,0 +1,6 @@ +column_width = 120 +line_endings = "Unix" +indent_type = "Spaces" +indent_width = 2 +quote_style = "AutoPreferDouble" +call_parentheses = "None" |