diff options
Diffstat (limited to 'home/common/modules/neovim/config/.stylua.toml')
-rw-r--r-- | home/common/modules/neovim/config/.stylua.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/home/common/modules/neovim/config/.stylua.toml b/home/common/modules/neovim/config/.stylua.toml new file mode 100644 index 0000000..139e939 --- /dev/null +++ b/home/common/modules/neovim/config/.stylua.toml @@ -0,0 +1,6 @@ +column_width = 160 +line_endings = "Unix" +indent_type = "Spaces" +indent_width = 2 +quote_style = "AutoPreferSingle" +call_parentheses = "None" |