1
0
mirror of https://github.com/danbee/dotfiles-local synced 2025-03-04 08:49:07 +00:00

Add Stylua config

This commit is contained in:
Dan Barber 2024-08-23 18:12:14 -05:00
parent a488e23f09
commit c5d6c76f11

8
.stylua.toml Normal file
View File

@ -0,0 +1,8 @@
column_width = 80
indent_width = 2
indent_type = "Spaces"
call_parentheses = "Always"
collapse_simple_statement = "Never"
[sort_requires]
enabled = false