summaryrefslogtreecommitdiff
path: root/.config/stylua
diff options
context:
space:
mode:
authorA Farzat <a@farzat.xyz>2024-10-08 20:19:57 +0900
committerA Farzat <a@farzat.xyz>2024-10-17 02:40:02 +0900
commit061d3b1935cc3f31b278bd4826fe9d8f123657af (patch)
treeedba68df53d3e36a0a0f1aa40e448eb02e4f92c6 /.config/stylua
parent4f84fffdc1e28e9fb739eb1114fb25ec37c591ce (diff)
downloaddotfiles-061d3b1935cc3f31b278bd4826fe9d8f123657af.tar.gz
dotfiles-061d3b1935cc3f31b278bd4826fe9d8f123657af.zip
Add stylua config
Diffstat (limited to '.config/stylua')
-rw-r--r--.config/stylua/stylua.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/stylua/stylua.toml b/.config/stylua/stylua.toml
new file mode 100644
index 0000000..e4a60f0
--- /dev/null
+++ b/.config/stylua/stylua.toml
@@ -0,0 +1,3 @@
+column_width = 80
+indent_type = "Spaces"
+indent_width = 2