diff options
author | Christian Segundo | 2023-11-05 12:30:34 +0100 |
---|---|---|
committer | Christian Segundo | 2023-11-05 12:30:34 +0100 |
commit | e7e2b17f4cdf29b9134c1c7deacac3675222aa47 (patch) | |
tree | 9bee4d5322dd207bc301afef84debba581596d9a /public/nvim/.nvim/stylua.toml | |
parent | c245b567a08d8d99c55d2ca28c571e6104fa39f2 (diff) | |
download | dotfiles-e7e2b17f4cdf29b9134c1c7deacac3675222aa47.tar.gz |
add stylua to nvim config
Diffstat (limited to 'public/nvim/.nvim/stylua.toml')
-rw-r--r-- | public/nvim/.nvim/stylua.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/public/nvim/.nvim/stylua.toml b/public/nvim/.nvim/stylua.toml new file mode 100644 index 0000000..87ca309 --- /dev/null +++ b/public/nvim/.nvim/stylua.toml @@ -0,0 +1,5 @@ +column_width = 80 +line_endings = "Unix" +indent_type = "Tabs" +indent_width = 2 +quote_style = "AutoPreferDouble" |