chore: run stylua [generated] (#460)

* chore: add stylua

Signed-off-by: Aaron Pham <contact@aarnphm.xyz>

* chore: running stylua

Signed-off-by: Aaron Pham <contact@aarnphm.xyz>

---------

Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
This commit is contained in:
Aaron Pham
2024-09-03 04:19:54 -04:00
committed by GitHub
parent 4ad913435c
commit e8c71d931e
28 changed files with 608 additions and 1181 deletions

7
stylua.toml Normal file
View File

@@ -0,0 +1,7 @@
indent_type = "Spaces"
indent_width = 2
no_call_parentheses = true
column_width = 119
line_endings = "Unix"
quote_style = "AutoPreferDouble"
collapse_simple_statement = "Always"