Files
virtual-controller/plugin-reaper-relearn/resources/api/luau/.stylua.toml
T
Paul Lipscomb 7ecc718f5d Reorganize top-level directories with clearer naming convention
app -> app-desktop-macos, presets -> app-presets, server -> remote-server,
daw-config-reaper -> osc-config-daw, plugin-reaper-realearn -> plugin-reaper-relearn.
Updated run.py and presets.py path references accordingly.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-15 17:51:05 -04:00

4 lines
199 B
TOML

indent_type = "Spaces"
# This is important. We use Lua primarily for building large data structures and omitting
# the parentheses is what makes this very readable.
call_parentheses = "NoSingleTable"