summaryrefslogtreecommitdiff
path: root/nvim/stylua.toml
diff options
context:
space:
mode:
authorJoshua Yun <joshua@joshuayun.com>2025-05-19 23:10:06 -0500
committerJoshua Yun <joshua@joshuayun.com>2025-05-19 23:10:06 -0500
commit9b857f87d56197457bfce4d1a1474c79bf3f91d2 (patch)
tree58392b09aa9cbe19213f1dd467e30993986d285c /nvim/stylua.toml
downloadconfig-9b857f87d56197457bfce4d1a1474c79bf3f91d2.tar.gz
feat: added initial commit of config files
Diffstat (limited to 'nvim/stylua.toml')
-rwxr-xr-xnvim/stylua.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/nvim/stylua.toml b/nvim/stylua.toml
new file mode 100755
index 0000000..5d6c50d
--- /dev/null
+++ b/nvim/stylua.toml
@@ -0,0 +1,3 @@
+indent_type = "Spaces"
+indent_width = 2
+column_width = 120 \ No newline at end of file