1 parent e94f0c9 commit aff7e3fCopy full SHA for aff7e3f
1 file changed
‎AGENTS.md‎
@@ -372,6 +372,10 @@ for (const item of yield * each(stream(asyncIterable))) {
372
- After resolve/reject, yielding the `operation` always produces the same
373
outcome; calling resolve/reject again has no effect.
374
375
+## Code style
376
+
377
+- Always use braces for `if` statements. No bare/braceless `if` blocks.
378
379
## Commit and PR conventions
380
381
Use [gitmoji](https://gitmoji.dev) for commit and pull request subjects. For
0 commit comments