max / goingson
1 file changed,
+1 insertion,
-1 deletion
| @@ -86,7 +86,7 @@ When adding new features, always ask: can this be computed once in Rust instead | |||
| 86 | 86 | ||
| 87 | 87 | ## Plugin Style | |
| 88 | 88 | ||
| 89 | - | Import plugins in `plugins/` follow the cross-project Rhai 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, host functions via `goingson::` namespace. | |
| 89 | + | Import plugins in `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, host functions via `goingson::` namespace. | |
| 90 | 90 | ||
| 91 | 91 | ## Tauri Commands | |
| 92 | 92 |