diff options
| author | David Elentok <3david@gmail.com> | 2024-05-14 18:15:13 +0300 |
|---|---|---|
| committer | David Elentok <3david@gmail.com> | 2024-05-14 18:17:09 +0300 |
| commit | a805d34f123bc8add01bd44ad28f0baf57710083 (patch) | |
| tree | b868cef404823eaf4b7c78316459cf8b2a3fd013 /lua/stylua.toml | |
| download | encrypt.nvim-a805d34f123bc8add01bd44ad28f0baf57710083.tar.gz | |
Initial commit
Diffstat (limited to 'lua/stylua.toml')
| -rw-r--r-- | lua/stylua.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lua/stylua.toml b/lua/stylua.toml new file mode 100644 index 0000000..2278abd --- /dev/null +++ b/lua/stylua.toml @@ -0,0 +1,3 @@ +indent_type = "Spaces" +indent_width = 2 +column_width = 100 |
