diff options
author | A Farzat <a@farzat.xyz> | 2024-10-01 22:18:54 +0900 |
---|---|---|
committer | A Farzat <a@farzat.xyz> | 2024-10-01 23:37:38 +0900 |
commit | 8eb1e973395e2231cc0843ce09e4d5d6410cec8d (patch) | |
tree | 3ae8a05356368cf63fe4d42ca72351397eec5b5f /.stylua.toml | |
parent | 03bbb615f265c08f108fbd6e824686ab05f7bcd3 (diff) | |
download | nvim-8eb1e973395e2231cc0843ce09e4d5d6410cec8d.tar.gz nvim-8eb1e973395e2231cc0843ce09e4d5d6410cec8d.zip |
Add some plugin settings
Diffstat (limited to '.stylua.toml')
-rw-r--r-- | .stylua.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.stylua.toml b/.stylua.toml new file mode 100644 index 0000000..e4a60f0 --- /dev/null +++ b/.stylua.toml @@ -0,0 +1,3 @@ +column_width = 80 +indent_type = "Spaces" +indent_width = 2 |