Skip to content
This repository has been archived by the owner on Oct 28, 2021. It is now read-only.

Latest commit

 

History

History
16 lines (10 loc) · 662 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (10 loc) · 662 Bytes

cpp-ethereum Contributing and Review Guidelines

  1. All submitted Pull Requests are assumed to be ready for review unless they are labeled with [in progress] or have "[WIP]" in title.

  2. Code formatting rules are described by the Clang-Format Style Options file .clang-format. Please use the clang-format tool to format your code changes accordingly.

    Example:

    clang-format -i -lines=146:159 libevm/JitVM.cpp