diff options
author | A Farzat <a@farzat.xyz> | 2024-10-08 20:19:57 +0900 |
---|---|---|
committer | A Farzat <a@farzat.xyz> | 2024-10-17 02:40:02 +0900 |
commit | 061d3b1935cc3f31b278bd4826fe9d8f123657af (patch) | |
tree | edba68df53d3e36a0a0f1aa40e448eb02e4f92c6 /.config | |
parent | 4f84fffdc1e28e9fb739eb1114fb25ec37c591ce (diff) | |
download | dotfiles-061d3b1935cc3f31b278bd4826fe9d8f123657af.tar.gz dotfiles-061d3b1935cc3f31b278bd4826fe9d8f123657af.zip |
Add stylua config
Diffstat (limited to '.config')
-rw-r--r-- | .config/stylua/stylua.toml | 3 |
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 |