Add workflows; add stylua.toml; add credits

This commit is contained in:
2025-02-03 12:30:37 -08:00
parent 93f92a9bf7
commit 00d16447c5
4 changed files with 69 additions and 1 deletions

6
stylua.toml Normal file
View File

@@ -0,0 +1,6 @@
column_width = 120
line_endings = "Unix"
indent_type = "Spaces"
indent_width = 2
quote_style = "AutoPreferDouble"
no_call_parentheses = false