aboutsummaryrefslogtreecommitdiff
path: root/.stylua.toml
diff options
context:
space:
mode:
authorA Farzat <a@farzat.xyz>2024-10-01 22:18:54 +0900
committerA Farzat <a@farzat.xyz>2024-10-01 23:37:38 +0900
commit8eb1e973395e2231cc0843ce09e4d5d6410cec8d (patch)
tree3ae8a05356368cf63fe4d42ca72351397eec5b5f /.stylua.toml
parent03bbb615f265c08f108fbd6e824686ab05f7bcd3 (diff)
downloadnvim-8eb1e973395e2231cc0843ce09e4d5d6410cec8d.tar.gz
nvim-8eb1e973395e2231cc0843ce09e4d5d6410cec8d.zip
Add some plugin settings
Diffstat (limited to '.stylua.toml')
-rw-r--r--.stylua.toml3
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