max / balanced_breakfast
1 file changed,
+1 insertion,
-1 deletion
| @@ -83,7 +83,7 @@ Each plugin runs in an isolated Rhai engine with strict limits (operations, recu | |||
| 83 | 83 | ||
| 84 | 84 | ### Plugin Style | |
| 85 | 85 | ||
| 86 | - | All `.rhai` plugins 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, contract functions before helpers. | |
| 86 | + | All `.rhai` plugins 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, contract functions before helpers. | |
| 87 | 87 | ||
| 88 | 88 | ### Host Functions | |
| 89 | 89 |