build: add tooling and dev environment configs

Problem: need formatting, linting, testing, and nix dev shell configs.

Solution: add stylua, selene, lua-language-server, busted, pre-commit,
flake.nix, and luarocks rockspec configuration.
This commit is contained in:
Barrett Ruth 2026-02-24 15:08:44 -05:00 committed by Barrett Ruth
parent 6cc8fad646
commit 6ded2388b7
9 changed files with 181 additions and 0 deletions

8
stylua.toml Normal file
View file

@ -0,0 +1,8 @@
column_width = 100
line_endings = "Unix"
indent_type = "Spaces"
indent_width = 2
quote_style = "AutoPreferSingle"
call_parentheses = "Always"
[sort_requires]
enabled = true