← Index
Source: docs/handbook/coding-style.md (auto-generated by scripts/generate-docs-html.mjs — edit the .md, not this file)

Coding Style

Consistency over personal preference. Where possible, let tooling enforce style so code review focuses on logic, not formatting.

General

Tooling (enforce, don't argue)

Language Format Lint
TypeScript / JS Prettier ESLint
Solidity forge fmt solhint

Comments