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.
8 lines
173 B
TOML
8 lines
173 B
TOML
column_width = 100
|
|
line_endings = "Unix"
|
|
indent_type = "Spaces"
|
|
indent_width = 2
|
|
quote_style = "AutoPreferSingle"
|
|
call_parentheses = "Always"
|
|
[sort_requires]
|
|
enabled = true
|