max / audiofiles
1 file changed,
+1 insertion,
-1 deletion
| @@ -223,7 +223,7 @@ TOML manifests in `plugins/devices/` define hardware constraints. Optional Rhai | |||
| 223 | 223 | ||
| 224 | 224 | ### Hook Style | |
| 225 | 225 | ||
| 226 | - | Optional Rhai hooks follow the cross-project style guide at `_meta/docs/rhai_style.md`. Run `_meta/scripts/lint-rhai.sh` to check formatting. Key points: 4-space indent, `snake_case` functions, `UPPER_CASE` constants, header comment block. | |
| 226 | + | Optional Rhai hooks follow the cross-project Rhai style guide. Run `_meta/scripts/lint-rhai.sh` to check formatting. Key points: 4-space indent, `snake_case` functions, `UPPER_CASE` constants, header comment block. | |
| 227 | 227 | ||
| 228 | 228 | ### Manifest Contract | |
| 229 | 229 |